Skip to content

Commit 6d1061d

Browse files
authored
Merge pull request #83 from SFI-Visual-Intelligence/christian/configuration-opts
Additional configuration files and options
2 parents c29b585 + 717eb01 commit 6d1061d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525

2626
- name: Run tests
2727
run: |
28-
PYTHONPATH=. pytest .
28+
pytest
2929
shell: bash -el {0}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,4 @@ cython_debug/
196196

197197
# PyPI configuration file
198198
.pypirc
199+
.envrc

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pytest]
2+
testpaths = tests
3+
pythonpath = .
4+
addopts = -ra -q

0 commit comments

Comments
 (0)