OtterBots / capstone_stoqs

CSUMB Otterbots capstone project.
1 stars 0 forks source link

Jdev3 2 #58

Closed itsOwlbit closed 1 year ago

itsOwlbit commented 1 year ago

Some more path changes. Working through errors we get from test.sh.

Current error:

2023-07-12 15:32:55 compose/local/stoqs/test.sh: line 132: stoqs/fixtures/stoqs_test_data.json: No such file or directory
2023-07-12 15:32:55 Unit tests...
2023-07-12 15:32:55 /usr/local/lib/python3.10/dist-packages/coverage/inorout.py:460: CoverageWarning: --include is ignored because --source is set (include-ignored)
2023-07-12 15:32:55   self.warn("--include is ignored because --source is set", slug="include-ignored")
2023-07-12 15:32:55 /usr/local/lib/python3.10/dist-packages/coverage/inorout.py:485: CoverageWarning: Already imported a file that will be measured: /usr/lib/python3.10/email/utils.py (already-imported)
2023-07-12 15:32:55   self.warn(msg, slug="already-imported")
2023-07-12 15:32:56 Found 1 test(s).
2023-07-12 15:32:57 System check identified no issues (0 silenced).
2023-07-12 15:32:57 E
2023-07-12 15:32:57 ======================================================================
2023-07-12 15:32:57 ERROR: tests (unittest.loader._FailedTest)
2023-07-12 15:32:57 ----------------------------------------------------------------------
2023-07-12 15:32:57 ImportError: Failed to import test module: tests
2023-07-12 15:32:57 Traceback (most recent call last):
2023-07-12 15:32:57   File "/usr/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName
2023-07-12 15:32:57     module = __import__(module_name)
2023-07-12 15:32:57 ModuleNotFoundError: No module named 'stoqs.tests'
2023-07-12 15:32:57 
2023-07-12 15:32:57 
2023-07-12 15:32:57 ----------------------------------------------------------------------
2023-07-12 15:32:57 Ran 1 test in 0.000s
2023-07-12 15:32:57 
2023-07-12 15:32:57 FAILED (errors=1)

from test.sh around lines 132-140