Skip to content

Commit

Permalink
Removed tests/scripts folder with its contents (#7680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavam authored Feb 2, 2020
1 parent e6a2969 commit 7534dcc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 140 deletions.
1 change: 0 additions & 1 deletion docs/html/development/architecture/anatomy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ The ``README``, license, ``pyproject.toml``, ``setup.py``, and so on are in the
* ``data/`` *[test data for running tests -- pesudo package index in it! Lots of small packages that are invalid or are valid. Test fixtures. Used by functional tests]*
* ``functional/`` *[functional tests of pip’s CLI -- end-to-end, invoke pip in subprocess & check results of execution against desired result. This also is what makes test suite slow]*
* ``lib/`` *[helpers for tests]*
* ``scripts/`` *[will probably die in future in a refactor -- scripts for running all of the tests, but we use pytest now. Someone could make a PR to remove this! Good first issue!]*
* ``unit/`` *[unit tests -- fast and small and nice!]*
* ``yaml/`` *[resolver tests! They’re written in YAML. This folder just contains .yaml files -- actual code for reading/running them is in lib/yaml.py . This is fine!]*

Expand Down
1 change: 1 addition & 0 deletions news/7680.removal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove unused ``tests/scripts/test_all_pip.py`` test script and the ``tests/scripts`` folder.
139 changes: 0 additions & 139 deletions tests/scripts/test_all_pip.py

This file was deleted.

0 comments on commit 7534dcc

Please sign in to comment.