Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 351 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 351 Bytes

Contribution Guidelines

Testing

Unit testing is required prior to pushing to remote repository. You are responsible for adding applicable unit tests to any new code you wish to contribute.

Follow these instructions to run existing tests:

# navigate to the root directory
cd xelite-onnx-python-pose-estimation

# run the tests
pytest -v