Files
ChaChaIPToCountryDaemon/Tests/TEST_base.py
cclecle 5046792643 DEV
-continue implementation
2022-06-06 16:57:42 +02:00

20 lines
409 B
Python

from pprint import pprint
from pathlib import Path
import unittest
import sys
import io
sys.path.append('../')
from ChaChaIPToCountryDaemon import *
class Test_ChaChaIPToCountryDaemon_base(unittest.TestCase):
def setUp(self):
[f.unlink() for f in Path("tmp").glob("*")]
print("======================")
def test_simplerun(self):
tmp = ChaChaIPToCountryDaemon()