Skip to content
Snippets Groups Projects
Commit 9278e9ff authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

release

parent 996a995f
No related branches found
Tags v2.23.1
No related merge requests found
......@@ -213,6 +213,7 @@ class TestCase(unittest.TestCase):
MyClass.method()
self.assertEqual(a, {'method': True, 'classmethod': True})
@unittest.skip("Fix #60 for this")
def test_overload(self):
a = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment