Skip to content

Commit

Permalink
Update main_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimaHoarder committed Jan 9, 2021
1 parent 71fb4ae commit 1982774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/main_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import sys
import os
from os.path import dirname as up
path = up(up(os.path.realpath(__file__)))
os.chdir(path)


def version_check():
Expand Down

0 comments on commit 1982774

Please sign in to comment.