| Index: mojo/python/tests/system_unittest.py
|
| diff --git a/mojo/python/tests/test_core.py b/mojo/python/tests/system_unittest.py
|
| similarity index 99%
|
| rename from mojo/python/tests/test_core.py
|
| rename to mojo/python/tests/system_unittest.py
|
| index be0253b01a3295af11b740126f8cf4bd8a373e64..46dde470f32d4ef910dc342b3dd090c601ad64dd 100644
|
| --- a/mojo/python/tests/test_core.py
|
| +++ b/mojo/python/tests/system_unittest.py
|
| @@ -7,10 +7,6 @@ import sys
|
| import time
|
| import unittest
|
|
|
| -# Setup sys path
|
| -for path in sys.argv[1:]:
|
| - sys.path.append(path)
|
| -
|
| # pylint: disable=F0401
|
| from mojo.embedder import init as init_embedder
|
| from mojo import system
|
|
|