We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fab4ec commit b3f7f32Copy full SHA for b3f7f32
1 file changed
README.md
@@ -71,3 +71,9 @@ The regression suite uses `pytest` and creates temporary synthetic datasets, the
71
```bash
72
pytest -v tests/test_compliance_checker.py
73
```
74
+
75
+If you want to retain the files generated during testing you can use:
76
+```
77
+pytest -v tests/test_compliance_checker.py --basetemp=/tmp/pytest_tmp
78
79
+The files will then be left in `/tmp/pytest_tmp`. Otherwise, they are cleaned up once tests pass.
0 commit comments