Clean test files from disk after test are finished (#4070)
There might be a better way to do in each of the test iteslf but consider this a temporary fix, right now test generate a huge number of files that are left as it is after the tests are finished. This PR updates the test file names to be more consistent and then deletes them based on generated file name pattern
parent
15182214
No related branches found
No related tags found
Showing
- Makefile 11 additions, 1 deletionMakefile
- hypha/apply/funds/tests/test_models.py 1 addition, 1 deletionhypha/apply/funds/tests/test_models.py
- hypha/apply/projects/tests/test_forms.py 14 additions, 6 deletionshypha/apply/projects/tests/test_forms.py
- hypha/apply/projects/tests/test_views.py 3 additions, 3 deletionshypha/apply/projects/tests/test_views.py
- hypha/apply/stream_forms/testing/factories.py 1 addition, 1 deletionhypha/apply/stream_forms/testing/factories.py
Loading
Please register or sign in to comment