Skip to content

Commit

Permalink
Enable running pytest from root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Feb 4, 2025
1 parent d530a25 commit c706492
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ debug/
test/python/snapshots-tmp/
test/python/lib_binaries/*.elf
test/python/lib_binaries/*.zip
test/python/lib_binaries/CACHEDIR.TAG
__pycache__
.egg
.pyc
Expand Down
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[pytest]
testpaths = test/python
pythonpath = test/python
addopts = test/python

0 comments on commit c706492

Please sign in to comment.