1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

avoid leftover py2 test files.

This commit is contained in:
Shlomi Fish 2019-12-29 11:13:52 +02:00
parent 0f662fdb12
commit b250a567ae

View file

@ -57,7 +57,7 @@ mo:
done
pretest:
rm -f tests/individually-importing/*.py # To avoid stray files
rm -f tests/individually-importing/*.py tests/unit-generated/*.py # To avoid stray files
python3 scripts/gen_individual_importing_tests.py
TEST_ENV_PATH = $(CURDIR)$(path_sep)$(CURDIR)/tests/lib