Removed error tests from overall testing.

This commit is contained in:
honzastor 2024-03-27 23:44:34 +01:00
parent 21a6437eb8
commit cd3441ff00

View File

@ -389,6 +389,4 @@ if __name__ == "__main__":
test_unsigned_add()
test_signed_add()
test_mac()
test_direct()
test_wire_as_bus()
print("Python tests were successful!")