summaryrefslogtreecommitdiff
path: root/tests/lib/git_submodule_helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate tests to use pathlib.PathTzu-ping Chung2022-06-081-2/+3
* Complete type annotations of tests/functional/ directoryJon Dufresne2021-11-181-2/+2
* Complete type annotations for tests/conftest.py and tests/lib/*Jon Dufresne2021-09-291-5/+13
* Blacken tests/libPradyun Gedam2021-04-021-22/+24
* Remove __future__ importsJon Dufresne2020-12-241-2/+0
* Make explicit argument for git commit -aChris Hunt2020-01-031-1/+3
* Remove unnecessary expect_error.Chris Hunt2019-08-101-3/+2
* Rename compatible functions in tests.lib.path.Path.Chris Hunt2019-07-021-7/+7
* Add _git_commit() to tests.lib.Chris Jerdonek2018-11-121-16/+7
* Move a hard-coded relative path out of tests/lib.Chris Jerdonek2018-11-111-11/+13
* Simplify some git-commit calls in the test code.Chris Jerdonek2018-10-241-6/+5
* DRY up the test code to create a module with a main() function.Chris Jerdonek2018-10-231-4/+3
* Isolate our tests from the running user's configurationDonald Stufft2014-05-071-5/+5
* Turn on everything in flake8Donald Stufft2014-02-241-4/+4
* Use Flake8 on the test of pip's Python filesDonald Stufft2014-01-281-5/+20
* Refactor tests.lib into classes that can be used to modify stateDonald Stufft2013-08-271-0/+2
* Refactor tests.libDonald Stufft2013-08-211-11/+11
* break up tests dir into data, unit tests, and functional testsMarcus Smith2013-05-291-0/+65