Skip to content

Commit

Permalink
Add tests to make command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartstig committed Sep 13, 2024
1 parent c171c66 commit 8286163
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ pytest-integrative:
pytest-unit:
@echo "Running unit tests"
docker run -v $(shell pwd)/$(WORK_DIR):/$(WORK_DIR) $(IMAGE_REPO):$(PLATFORM)-$(ENV) \
/bin/bash -l -c "cd atomsci/ddm/test/unit && python3.9 -m pytest --capture=sys --capture=fd --cov=atomsci/ -vv"
/bin/bash -l -c "cd atomsci/ddm/test/unit && python3.9 -m pytest --capture=sys --capture=fd -vv ."
docker run -v $(shell pwd)/$(WORK_DIR):/$(WORK_DIR) $(IMAGE_REPO):$(PLATFORM)-$(ENV) \
/bin/bash -l -c "python3.9 -m pytest --capture=sys --capture=fd -vv atomsci/modac/test/unit/"

# Run ruff linter
ruff:
Expand Down

0 comments on commit 8286163

Please sign in to comment.