mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
tests: Add tests for util
This commit is contained in:
parent
31d5b718c1
commit
22172e7ae3
2 changed files with 32 additions and 0 deletions
5
tests/__init__.py
Normal file
5
tests/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
||||
sys.path.insert(0, path)
|
Loading…
Add table
Add a link
Reference in a new issue