python3 utests.py -v
python -m unittest <tests_file_name>.<TestClass>.<testname>
python -m unittest global_tests.GlobalTestCase.test_long_long_min
possible tests combinations:
global_tests / static_tests
.
GlobalIntegerTestCase / StaticIntegerTestCase
GlobalSpecificTestCase / StaticSpecificTestCase
GlobalFloatTestCase / StaticFloatTestCase
.
test_<var_type>_<1/2/3>
test_<var_type>_<min/max>
test_<var_type>_<min/max>_overflow
contains classes for different types of global variables and has functions for each test type
contains classes for different types of static variables and has functions for each test type
contains constants for test and folder's templates
runs C compiler, Eolang compiler and compares result generates C tests wint prinf