tests: add tests for config and update tests.

This commit is contained in:
UpstreamData
2023-12-18 14:00:40 -07:00
parent b045abe76e
commit eb9b29aca1
4 changed files with 326 additions and 172 deletions

View File

@@ -16,7 +16,7 @@
import unittest
# from tests.miners_tests import MinerFactoryTest, MinersTest
from tests.api_tests import *
from tests.network_tests import NetworkTest
if __name__ == "__main__":