setup-python/__tests__
Oran Avraham 95696f7028
tests/cache-restore: Do not look for dependency files outside data
When the default dependency path is used for cache distributors, they
are looking for the dependency file in the project's root (including the
source code), which leads to tests taking a significant amount of time,
especially on Windows runners.  We thus hit sporadic test failures.

Change the test cases such that dependency files are always searched for
inside of `__tests__/data`, ignoring the rest of the project.
2022-12-09 17:50:06 +02:00
..
data Add nested Poetry projects test 2022-12-09 17:50:05 +02:00
cache-restore.test.ts tests/cache-restore: Do not look for dependency files outside data 2022-12-09 17:50:06 +02:00
cache-save.test.ts Fix typo: saveSatetSpy -> saveStateSpy 2022-12-09 17:50:05 +02:00
check-python-path.sh feature: add a python-path output 2022-05-24 21:02:03 +02:00
find-pypy.test.ts Add check-latest functionality (#406) 2022-07-25 16:54:04 +02:00
finder.test.ts Add check-latest functionality (#406) 2022-07-25 16:54:04 +02:00
install-pypy.test.ts Add check-latest functionality (#406) 2022-07-25 16:54:04 +02:00
utils.test.ts Cache on ghes (#363) 2022-03-31 15:11:27 -04:00
verify-python.py Improve workflows (#88) 2020-05-01 18:52:58 +02:00