Closed ma7dev closed 2 years ago
Describe the solution you'd like Currently, all of the tests live under tests/integration/core/test_api.py but they contain component tests for specified components.
tests/integration/core/test_api.py
component tests
IMO these tests are integration tests seeing as they test our public API
Setting backend and device manually seems to be more correlated testing of the component itself, but they still belong to the API.
backend
device
Describe the solution you'd like Currently, all of the tests live under
tests/integration/core/test_api.py
but they containcomponent tests
for specified components.