Skip to content

Commit

Permalink
unit test added to GitHib workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
eciraci committed Jan 21, 2024
1 parent abd7232 commit 2a0bd88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/preliminary_test_conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run Unit test with pytest
shell: bash -l {0}
run: |
python -m pytest --import-mode=append test/

0 comments on commit 2a0bd88

Please sign in to comment.