Skip to content

Commit 1470a38

Browse files
Test framework
1 parent e9a4a36 commit 1470a38

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
python-version: "${{ matrix.python-version }}"
2424
- name: "Install dependencies"
2525
run: "scripts/install"
26+
- name: "Run tests"
27+
run: "scripts/test"
2628

2729
# - name: "Run linting checks"
2830
# run: "scripts/check"
@@ -31,4 +33,4 @@ jobs:
3133
# - name: "Run tests"
3234
# run: "scripts/test"
3335
# - name: "Enforce coverage"
34-
# run: "scripts/coverage"
36+
# run: "scripts/coverage"

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
-e .
2+
3+
pytest

0 commit comments

Comments
 (0)