diff options
| author | Roberto Bertó <463349+robertoberto@users.noreply.github.com> | 2025-09-18 13:08:55 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-18 13:08:55 -0300 |
| commit | 9a69a954a086df321640dfa65a2ac0ac35a15095 (patch) | |
| tree | 3c8e41a08dab6e47e4639e09eebcc37c4549b914 /CONTRIB.md | |
| parent | 85e4714c53b662c45a1f6ee4b6cb0089ad29cc7b (diff) | |
| parent | f25d28ab90a266c03fd966ddabc752088da080d6 (diff) | |
| download | pyvyos-9a69a954a086df321640dfa65a2ac0ac35a15095.tar.gz pyvyos-9a69a954a086df321640dfa65a2ac0ac35a15095.zip | |
Merge pull request #18 from eduardormorais/release/0.3.0
Updating version release 0.3.0
Diffstat (limited to 'CONTRIB.md')
| -rw-r--r-- | CONTRIB.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -65,3 +65,15 @@ By contributing to pyvyos, you agree that your contributions will be licensed un Thank you for considering contributing to pyvyos. Your efforts are what make this project great! +## Unit Tests +Ensure you've installed development dependencies first: +```bash + poetry install --with dev +``` + +To view test coverage: +```bash + pytest --cov +``` + +**Note:** Tests should run against a development environment or mocked device to prevent production changes. |
