Skip to content

Commit

Permalink
Added special import for hypothesmith
Browse files Browse the repository at this point in the history
  • Loading branch information
memery-rbx committed Dec 17, 2019
1 parent c5be151 commit 1b3d15f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
from hypothesis import reject

import ast
import hypothesmith
import mock
import pytest
import sys
import unittest


if sys.version_info >= (3, 6):
import hypothesmith


class TestBuiltins(unittest.TestCase):
def assert_codes(self, ret, codes):
self.assertEqual(len(ret), len(codes))
Expand Down

0 comments on commit 1b3d15f

Please sign in to comment.