approx-ml / approx

Automatic quantization library
https://approx-ml.github.io/approx/
Apache License 2.0
11 stars 1 forks source link

Move tests to their right place #18

Closed ma7dev closed 2 years ago

ma7dev commented 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.

bushshrub commented 2 years ago

IMO these tests are integration tests seeing as they test our public API

ma7dev commented 2 years ago

Setting backend and device manually seems to be more correlated testing of the component itself, but they still belong to the API.