Skip to content

Commit

Permalink
Added conftest.py for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed May 28, 2024
1 parent 833cb4a commit 73e5994
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import sys
from pathlib import Path

sys.path.insert(0, str(Path(__file__).resolve().parent.parent / 'pyfpga'))

0 comments on commit 73e5994

Please sign in to comment.