Skip to content

Workspace user management #10364

Workspace user management

Workspace user management #10364

GitHub Actions / Unit Test Results failed Feb 19, 2025 in 0s

2 errors in 2s

2 tests   - 620   0 ✅  - 611   2s ⏱️ -5s
1 suites ±  0   0 💤 ±  0 
1 files   ±  0   0 ❌  -  11   2 🔥 +2 

Results for commit d18a392. ± Comparison against earlier commit fee832a.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests_ma.test_api.test_routes.test_workspace_users with error

artifacts/test-results/pytest_api_unit.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/api/tests_ma/test_api/test_routes/test_workspace_users.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests_ma/test_api/test_routes/test_workspace_users.py:6: in <module>
    from models.domain.authentication import Role, User
E   ImportError: cannot import name 'Role' from 'models.domain.authentication' (/api/models/domain/authentication.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests_ma.test_services.test_aad_access_service with error

artifacts/test-results/pytest_api_unit.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/api/tests_ma/test_services/test_aad_access_service.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests_ma/test_services/test_aad_access_service.py:4: in <module>
    from models.domain.authentication import User, Role, RoleAssignment
E   ImportError: cannot import name 'Role' from 'models.domain.authentication' (/api/models/domain/authentication.py)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

2 tests found

There are 2 tests, see "Raw output" for the full list of tests.
Raw output
tests_ma.test_api.test_routes.test_workspace_users
tests_ma.test_services.test_aad_access_service