Skip to content

Commit f5f05c2

Browse files
author
Matthias
committed
improved docs
1 parent cc39b29 commit f5f05c2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/testing.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
- Run tests
1616

1717

18+
## Test order
19+
20+
1. test_initialize.py
21+
2. test_import.py
22+
3. test_mock_results.py
23+
4. test_transfer_results.py
24+
5. test_update.py
25+
6. test_export.py
26+
27+
1828
## Debugging
1929

2030
Directories (eg. data, postgres_data) created by running Docker Containers are probably not in your ownership. Running test scripts as a user will therefor fail to access and get permissions for those directories. If so change permissions for those directories using `sudo chmod a+rw data/`.

0 commit comments

Comments
 (0)