mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
Small changes
This commit is contained in:
parent
7fc44c91b8
commit
d39a8a049a
29 changed files with 1410 additions and 5 deletions
4
tests/conftest.py
Normal file
4
tests/conftest.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
sys.path.insert(0, str(Path(__file__).parent.parent / "src"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue