Commit 0dd0a6cb authored by Vincent Pelletier's avatar Vincent Pelletier

Drop testProtocol.

Since lib.protocol has been rewritten to be semantic-oriented and
duplicates a lot less code, this test is just bloated (testing the same
code over and over) and a maintenance burden.
parent dd736560
...@@ -35,7 +35,6 @@ UNIT_TEST_MODULES = [ ...@@ -35,7 +35,6 @@ UNIT_TEST_MODULES = [
'neo.tests.testEvent', 'neo.tests.testEvent',
'neo.tests.testHandler', 'neo.tests.testHandler',
'neo.tests.testNodes', 'neo.tests.testNodes',
'neo.tests.testProtocol',
'neo.tests.testDispatcher', 'neo.tests.testDispatcher',
'neo.tests.testUtil', 'neo.tests.testUtil',
'neo.tests.testPT', 'neo.tests.testPT',
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment