You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some Unit and functional tests that need to be written/corrected. They are all skipped tests.
Details
Non of the tests are related to access/security. Although there are some skipped permission checks they are part of API v2 and for an endpoint that yet does not exist.
Tests missed are from test cases:
History
Model
TenancyObjectTests
InventoryAPI
InventoryAPIDifferentNameSerialNumberMatch
InventoryAPIDifferentNameUUIDMatch
Notes
These tests must be written/completed before the UI is implemented as changes to the API will Open endpoints.
There are some Unit and functional tests that need to be written/corrected. They are all skipped tests.
Details
Non of the tests are related to access/security. Although there are some skipped permission checks they are part of API v2 and for an endpoint that yet does not exist.
Tests missed are from test cases:
These tests must be written/completed before the UI is implemented as changes to the API will Open endpoints.
Skipped tests audit
command:
pytest -rs -m skip --cov --cov-report term --cov-report xml:../artifacts/coverage_unit_functional.xml --cov-report html:../artifacts/coverage/unit_functional/ --junit-xml=../artifacts/unit_functional.JUnit.xml **/tests/unit **/tests/functional
Requirements
The text was updated successfully, but these errors were encountered: