From cd3441ff000c4fa7cb9e79f2c235a2500575d52b Mon Sep 17 00:00:00 2001 From: honzastor Date: Wed, 27 Mar 2024 23:44:34 +0100 Subject: [PATCH] Removed error tests from overall testing. --- tests/test_all.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_all.py b/tests/test_all.py index 33af3c1..cb4f85a 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -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!")