AlexsLemonade / refinebio

Refine.bio harmonizes petabytes of publicly available biological data into ready-to-use datasets for cancer researchers and AI/ML scientists.
https://www.refine.bio/
Other
128 stars 19 forks source link

Fix no_op NameError: name 'testing_utils' is not defined #3206

Closed arkid15r closed 1 year ago

arkid15r commented 1 year ago

Context

In order to restore staging/prod deploy process CI/CD tests need to be fixed.

Problem or idea

System check identified no issues (0 silenced).
E
======================================================================
ERROR: test_illumina_imports (tests.processors.test_imports.ImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/user/tests/processors/test_imports.py", line 28, in test_illumina_imports
    import tests.processors.test_illumina
  File "/home/user/tests/processors/test_illumina.py", line 154, in <module>
    class IlluminaToPCLTestCase(TestCase, testing_utils.ProcessorJobTestCaseMixin):
NameError: name 'testing_utils' is not defined

Solution or next step

Resolve NameError exception problem (use right module path).

arkid15r commented 1 year ago

Resolved in https://github.com/AlexsLemonade/refinebio/pull/3136