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

shortened tests

parent 2c7b9639
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,6 @@ class TestTraceback(unittest.TestCase):
tb = Traceback()
js = tb.to_json()
self.assertIn('frames', js)
self.assertIn('formatted_traceback', js)
self.assertIsInstance(Traceback.from_json(js), Traceback)
self.assertEqual(tb, Traceback.from_json(js))
def test_tb(self):
......
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