diff options
| author | Scott Gasch <[email protected]> | 2022-02-10 14:10:48 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-10 14:10:48 -0800 |
| commit | f2600f30801c849fc1d139386e3ddc3c9eb43e30 (patch) | |
| tree | 74c5173bf47322bcfbbd2985adfb54741cf3c4cc /tests | |
| parent | 415c2c91972ea5a574dce166ec609926dcf19d73 (diff) | |
More cleanup.
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): |
