summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-02-10 14:10:48 -0800
committerScott Gasch <[email protected]>2022-02-10 14:10:48 -0800
commitf2600f30801c849fc1d139386e3ddc3c9eb43e30 (patch)
tree74c5173bf47322bcfbbd2985adfb54741cf3c4cc /tests
parent415c2c91972ea5a574dce166ec609926dcf19d73 (diff)
More cleanup.
Diffstat (limited to 'tests')
l---------tests/pyproject.toml1
-rwxr-xr-xtests/shared_dict_test.py2
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):