diff options
author | Barney Gale <barney.gale@gmail.com> | 2023-12-16 19:04:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 19:04:33 (GMT) |
commit | d91e43ed7839b601cbeadd137d89e69e2cc3efda (patch) | |
tree | 281820291c08cf7f9285a09a02155cc6b5498776 /Makefile.pre.in | |
parent | 1583c40be938d2caf363c126976bc8757df90b13 (diff) | |
download | cpython-d91e43ed7839b601cbeadd137d89e69e2cc3efda.zip cpython-d91e43ed7839b601cbeadd137d89e69e2cc3efda.tar.gz cpython-d91e43ed7839b601cbeadd137d89e69e2cc3efda.tar.bz2 |
GH-110109: Move tests for pathlib ABCs to new module. (#112904)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 5fb6ffc..195fc0d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2272,6 +2272,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_importlib/source \ test/test_json \ test/test_module \ + test/test_pathlib \ test/test_peg_generator \ test/test_sqlite3 \ test/test_tkinter \ |