Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsbu1 committed Aug 7, 2024
1 parent 14736b7 commit afcc131
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ checks: # Runs all the pre-commit checks
@pre-commit install
@pre-commit run --all-files || { echo "Checking fixes\n" ; pre-commit run --all-files; }

# test: init .env paths # Runs all the tests
# @docker compose -f wei.compose.yaml --env-file .env up --build -d
# @docker compose -f wei.compose.yaml --env-file .env exec ot2_module pytest -p no:cacheprovider -m "not hardware" ot2_module
# @docker compose -f wei.compose.yaml --env-file .env down
test: init .env paths #test
@docker compose -f wei.compose.yaml --env-file .env up --build -d
@docker compose -f wei.compose.yaml --env-file .env exec ot2_module pytest -p no:cacheprovider -m "not hardware" ot2_module
@docker compose -f wei.compose.yaml --env-file .env down

# hardware_test: init .env paths # Runs all the tests
# @docker compose -f wei.compose.yaml --env-file .env up --build -d
Expand Down

0 comments on commit afcc131

Please sign in to comment.