import unittest from .parser_test import TestParser from .transaction_test import TestTransaction if __name__ == "__main__": unittest.main()