Skip to content

Commit

Permalink
sys path append for test
Browse files Browse the repository at this point in the history
  • Loading branch information
WitoldFracek committed Nov 9, 2023
1 parent e135ac1 commit 8a907c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/__init__.py

This file was deleted.

Empty file added tests/__init__.py
Empty file.
1 change: 1 addition & 0 deletions tests/test_qwlist.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sys; sys.path.append('../src')
from src.qwlist.qwlist import QList, Lazy
from src.qwlist.eager import EagerQList
import pytest
Expand Down

0 comments on commit 8a907c7

Please sign in to comment.