Skip to content

Commit e05f14e

Browse files
committed
Changing more loose references to TTT instead of Physics Workload to get the workflows to run properly.
1 parent 19670f9 commit e05f14e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ check: checks
5050
.PHONY: test coverage tests
5151

5252
test: ## run python tests
53-
python -m pytest -v teaching_time_tool/tests
53+
python -m pytest -v physics_workload/tests
5454

5555
coverage: ## 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
5959
tests: test

physics-workload/tests/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from teaching_time_tool import * # noqa
1+
from physics_workload import * # noqa
22

33

44
def test_all():

0 commit comments

Comments
 (0)