diff options
Diffstat (limited to 'tests')
| l--------- | tests/pyproject.toml | 1 | ||||
| -rwxr-xr-x | tests/shared_dict_test.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/pyproject.toml b/tests/pyproject.toml new file mode 120000 index 0000000..1e11d78 --- /dev/null +++ b/tests/pyproject.toml @@ -0,0 +1 @@ +../pyproject.toml
\ No newline at end of file diff --git a/tests/shared_dict_test.py b/tests/shared_dict_test.py index c8294c5..0b73a45 100755 --- a/tests/shared_dict_test.py +++ b/tests/shared_dict_test.py @@ -2,10 +2,10 @@ import unittest -from collect.shared_dict import SharedDict import parallelize as p import smart_future import unittest_utils +from collect.shared_dict import SharedDict class SharedDictTest(unittest.TestCase): |
