File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ js/*.tgz
143143# Jupyter
144144.ipynb_checkpoints
145145.autoversion
146- teaching_time_tool /nbextension
147- teaching_time_tool /labextension
146+ physics_workload /nbextension
147+ physics_workload /labextension
148148
149149# Mac
150150.DS_Store
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ check: checks
5050.PHONY : test coverage tests
5151
5252test : # # run python tests
53- python -m pytest -v teaching_time_tool /tests
53+ python -m pytest -v physics_workload /tests
5454
5555coverage : # # run tests and collect test coverage
56- python -m pytest -v teaching_time_tool /tests --cov=teaching_time_tool --cov-report term-missing --cov-report xml
56+ python -m pytest -v physics_workload /tests --cov=physics_workload --cov-report term-missing --cov-report xml
5757
5858# Alias
5959tests : test
Original file line number Diff line number Diff line change 1- from teaching_time_tool import * # noqa
1+ from physics_workload import * # noqa
22
33
44def test_all ():
You can’t perform that action at this time.
0 commit comments