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 9ec9d7b commit 609e11aCopy full SHA for 609e11a
.github/workflows/test.yml
@@ -25,5 +25,5 @@ jobs:
25
26
- name: Run tests
27
run: |
28
- PYTHONPATH=. pytest .
+ pytest
29
shell: bash -el {0}
.gitignore
@@ -196,3 +196,4 @@ cython_debug/
196
197
# PyPI configuration file
198
.pypirc
199
+.envrc
pytest.ini
@@ -0,0 +1,4 @@
1
+[pytest]
2
+testpaths = tests
3
+pythonpath = .
4
+addopts = -ra -q
0 commit comments