Run tests with pytest

This commit is contained in:
Miguel Grinberg
2021-06-06 12:05:21 +01:00
parent a82ed55f56
commit 8b4ebbd953
3 changed files with 9 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
import sys
sys.path.insert(0, 'microdot')
sys.path.insert(1, 'microdot-asyncio')
sys.path.insert(0, 'src')
sys.path.insert(2, 'tests/libs')
import unittest