From ce93157ee1be294a69282232a3bebc3459d897f0 Mon Sep 17 00:00:00 2001 From: ryansurf Date: Sat, 25 May 2024 12:25:52 -0700 Subject: [PATCH] contributing testing --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2c260c..3b78fa1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,12 @@ To run black: `black .` +**Testing** + +To run tests, install pytest, `pip install pytest` and navigate to `src/test`. + +Run `pytest` + ## Questions, suggestions or new ideas Please don't open an issue to ask a question or suggestion. Instead, use the [GitHub Discussions](https://github.com/ryansurf/cli-surf/discussions) page. New ideas and enhacements are also welcome as discussion posts.