summaryrefslogtreecommitdiff
path: root/CONTRIB.md
diff options
context:
space:
mode:
authorRoberto Bertó <463349+robertoberto@users.noreply.github.com>2025-09-18 13:08:55 -0300
committerGitHub <noreply@github.com>2025-09-18 13:08:55 -0300
commit9a69a954a086df321640dfa65a2ac0ac35a15095 (patch)
tree3c8e41a08dab6e47e4639e09eebcc37c4549b914 /CONTRIB.md
parent85e4714c53b662c45a1f6ee4b6cb0089ad29cc7b (diff)
parentf25d28ab90a266c03fd966ddabc752088da080d6 (diff)
downloadpyvyos-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.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIB.md b/CONTRIB.md
index fda65c5..296cb44 100644
--- a/CONTRIB.md
+++ b/CONTRIB.md
@@ -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.