Move unit tests to their own sub-dir in tests
This commit is contained in:
parent
62b414af3c
commit
d08d4cd325
35 changed files with 6 additions and 7 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -69,7 +69,6 @@ target/
|
|||
|
||||
#Big-o files
|
||||
*.data
|
||||
tests/images/out/
|
||||
|
||||
#IDE files
|
||||
.vscode/
|
||||
|
|
@ -89,8 +88,8 @@ openflexure_settings/
|
|||
/src/openflexure_microscope_server/static/
|
||||
|
||||
# Files created by test utilities
|
||||
/tests/utilities/*.pstats
|
||||
/tests/utilities/*.png
|
||||
/tests/unit_tests/utilities/*.pstats
|
||||
/tests/unit_tests/utilities/*.png
|
||||
|
||||
# Files created by simulator
|
||||
openflexure/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue