Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate sensor model behavior tests from integration tests #75

Closed
ClemensLinnhoff opened this issue Mar 20, 2024 · 0 comments · Fixed by #77
Closed

Separate sensor model behavior tests from integration tests #75

ClemensLinnhoff opened this issue Mar 20, 2024 · 0 comments · Fixed by #77
Assignees
Labels
enhancement New feature or request

Comments

@ClemensLinnhoff
Copy link
Contributor

ClemensLinnhoff commented Mar 20, 2024

Is your feature request related to a problem? Please describe.
Currently there are two test folders for unit tests and integration tests. However, test 004_tracefile_analysis is testing, if an object inside the field of view of the sensor is actually detected. This is more than just an integration test, since not only the correct usage of the interface is tested, but also the behavior of the model. This should be a separate test class.

Describe the solution you'd like
Introduce a separate folder model_behavior in the test folder dedicated to verification tests for the sensor behavior. There should also be a separate workflow for these tests to make the difference clear in the CI pipeline.
Of course the documentation needs to be adjusted accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
1 participant