We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe20ea commit eba4363Copy full SHA for eba4363
.github/workflows/test.yml
@@ -27,7 +27,8 @@ jobs:
27
28
- name: Run tests
29
run: |
30
+ pip install pytest
31
unset GITHUB_ACTION
32
oj-verify -h
- python setup.py test
33
+ pytest
34
shell: bash
.gitignore
@@ -7,4 +7,6 @@ ENV/
7
env.bak/
8
venv.bak/
9
10
+# Python
11
__pycache__
12
+build/
0 commit comments