ModuleNotFoundError when testing test_path #54
Labels
Bug
Issues that report incorrect or undesirable behaviour(s)
Priority: 2
NORMAL: A task which is not critical and should be addressed when there are no higher priority issue
Summary
Testing of sal.core.tests.test_path fails because it imports
jetserver.jetvfs.path
.Steps to reproduce
python -m pytest
What is the current bug behavior?
What is the expected correct behavior?
It should run the tests!
Possible fixes
Remove the import and alter any tests which depend on it.
The text was updated successfully, but these errors were encountered: