File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
armi/bookkeeping/db/tests Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 24
24
- name : Run Unit Tests on Windows
25
25
run : |
26
26
pip install -e .[memprof,mpi,test]
27
- pytest armi/bookkeeping/db/tests/test_databaseInterface.py
27
+ pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestStandardFollowOn
28
28
- name : Find Test Crumbs
29
29
run : python .github/workflows/find_test_crumbs.py
Original file line number Diff line number Diff line change 1
- name : ARMI Windows 2 tests
1
+ name : ARMI Windows 1 tests
2
2
3
3
on :
4
4
push :
24
24
- name : Run Unit Tests on Windows
25
25
run : |
26
26
pip install -e .[memprof,mpi,test]
27
- pytest armi/bookkeeping/db/tests/test_layout .py
27
+ pytest armi/bookkeeping/db/tests/test_databaseInterface .py::TestDatabaseReading
28
28
- name : Find Test Crumbs
29
29
run : python .github/workflows/find_test_crumbs.py
Original file line number Diff line number Diff line change 1
- name : ARMI Windows 3 tests
1
+ name : ARMI Windows 1 tests
2
2
3
3
on :
4
4
push :
24
24
- name : Run Unit Tests on Windows
25
25
run : |
26
26
pip install -e .[memprof,mpi,test]
27
- pytest armi/bookkeeping/db/tests/test_comparedb3 .py
27
+ pytest armi/bookkeeping/db/tests/test_databaseInterface .py::TestDatabaseWriter
28
28
- name : Find Test Crumbs
29
29
run : python .github/workflows/find_test_crumbs.py
Original file line number Diff line number Diff line change @@ -93,8 +93,7 @@ def tearDown(self):
93
93
self .db .close ()
94
94
self .stateRetainer .__exit__ ()
95
95
self .td .__exit__ (None , None , None )
96
- # test_interactBOL leaves behind some dirt (accessible after db close) that the
97
- # TempDirChanger is not catching
96
+ # test_interactBOL leaves behind some crumbs that TempDirChanger is not catching
98
97
bolDirt = os .path .join (PROJECT_ROOT , "armiRun.h5" )
99
98
if os .path .exists (bolDirt ):
100
99
os .remove (bolDirt )
You can’t perform that action at this time.
0 commit comments