Add automated testing (to run the existing tests) and document how to run them locally #92887

Open
opened 2023-12-15 11:18:12 +01:00 by Olivier C · 0 comments
Contributor

This project has some tests which can be run with poetry run pytest (after poetry install).

To run a specific test, call poetry run pytest -k test_name_of_your_method --no-cov.

It would be great to add some CI so that the tests can be run automatically on PRs.

This project has some tests which can be run with `poetry run pytest` (after `poetry install`). To run a specific test, call `poetry run pytest -k test_name_of_your_method --no-cov`. It would be great to add some CI so that the tests can be run automatically on PRs.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-asset-tracer#92887
No description provided.