Skip to content

Test Improvements

Test Improvements #552

GitHub Actions / Test Results failed Nov 30, 2023 in 0s

23 errors in 2s

23 tests     0 ✔️  2s ⏱️
  1 suites    0 💤
  1 files      0   23 🔥

Results for commit 9eff320.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.data.test.utils_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/data/test/utils_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/data/test/utils_test.py:2: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.avg_rating_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/avg_rating_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/avg_rating_test.py:6: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.comment_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/comment_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/comment_test.py:25: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.dump_manager_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/dump_manager_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/dump_manager_test.py:12: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.license_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/license_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/license_test.py:2: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.moderation_log_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/moderation_log_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/moderation_log_test.py:5: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.oauth_client_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/oauth_client_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/oauth_client_test.py:3: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.oauth_grant_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/oauth_grant_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/oauth_grant_test.py:7: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.oauth_token_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/oauth_token_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/oauth_token_test.py:7: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.review_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/review_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/review_test.py:8: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.revision_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/revision_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/revision_test.py:6: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.spam_report_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/spam_report_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/spam_report_test.py:5: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.statistics_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/statistics_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/statistics_test.py:26: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.users_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/users_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/users_test.py:12: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.db.test.vote_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/db/test/vote_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/db/test/vote_test.py:7: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.frontend.external.bookbrainz_db.test.author_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/frontend/external/bookbrainz_db/test/author_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/frontend/external/bookbrainz_db/test/author_test.py:2: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.frontend.external.bookbrainz_db.test.bb_redirects_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/frontend/external/bookbrainz_db/test/bb_redirects_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/frontend/external/bookbrainz_db/test/bb_redirects_test.py:2: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.frontend.external.bookbrainz_db.test.bb_relationship_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/frontend/external/bookbrainz_db/test/bb_relationship_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/frontend/external/bookbrainz_db/test/bb_relationship_test.py:2: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.frontend.external.bookbrainz_db.test.common_entity_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/frontend/external/bookbrainz_db/test/common_entity_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/frontend/external/bookbrainz_db/test/common_entity_test.py:2: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.frontend.external.bookbrainz_db.test.edition_group_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/frontend/external/bookbrainz_db/test/edition_group_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/frontend/external/bookbrainz_db/test/edition_group_test.py:2: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.frontend.external.bookbrainz_db.test.literary_work_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/frontend/external/bookbrainz_db/test/literary_work_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/frontend/external/bookbrainz_db/test/literary_work_test.py:2: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.frontend.external.bookbrainz_db.test.series_test with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/frontend/external/bookbrainz_db/test/series_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/frontend/external/bookbrainz_db/test/series_test.py:2: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

critiquebrainz.frontend.external.musicbrainz_db.test.test_cache with error

reports/tests.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/code/critiquebrainz/frontend/external/musicbrainz_db/test/test_cache.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
critiquebrainz/frontend/external/musicbrainz_db/test/test_cache.py:13: in <module>
    from critiquebrainz.data.testing import DataTestCase
critiquebrainz/data/testing.py:3: in <module>
    from flask_testing import TestCase
E   ModuleNotFoundError: No module named 'flask_testing'