Skip to content

Commit 5301887

Browse files
committed
use pytest for github actions
1 parent 1e1c1a9 commit 5301887

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- "3.8"
2121
- "3.9"
2222
- "3.10"
23+
- "3.11"
24+
- "3.12"
25+
- "3.13"
2326

2427
steps:
2528
- uses: actions/checkout@v2
@@ -42,9 +45,9 @@ jobs:
4245
- name: Run tests
4346
run: |
4447
python --version
45-
python -m cone.zodb.tests.__init__
48+
python -m src/cone/zodb/tests
4649
4750
- name: Run coverage
4851
run: |
49-
coverage run --source=src/cone/zodb -m cone.zodb.tests.__init__
52+
coverage run --source=src/cone/zodb -m src/cone/zodb/tests
5053
coverage report --fail-under=100

0 commit comments

Comments
 (0)