Moved tests out to root directory.

This commit is contained in:
2020-02-23 19:02:35 +01:00
parent a7f8a32b44
commit bea2a445b2
4 changed files with 0 additions and 0 deletions

5
test/test_import.py Normal file
View File

@@ -0,0 +1,5 @@
import sys, os
def test_import_env_variables():
import env_variables as env
assert env.logfile == 'conf/output.log'