diff --git a/tests/test_functions.py b/tests/test_functions.py index cf8ddca..259a326 100644 --- a/tests/test_functions.py +++ b/tests/test_functions.py @@ -127,10 +127,14 @@ # } -# class FunctionsTestCase(unittest.TestCase): -# """ -# Test class for functions... functions. -# """ +class FunctionsTestCase(unittest.TestCase): + """ + Test class for functions... functions. + """ + + def test_test(self): + assert True + # def test_adsb_to_cot_xml(self): # """Test that adsb_to_cot serializses ADS-B as valid Cursor on Target XML Object."""