From 803ea8404681ab5f6d93a181d6008c301e7afb8f Mon Sep 17 00:00:00 2001 From: Paco Hope Date: Sat, 13 Aug 2022 11:24:45 -0400 Subject: [PATCH 1/2] added .venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 235500f..5f473cd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ cfg/* __pycache__/ *.py[cod] *$py.class +.venv # C extensions *.so From db5bbb5915b5ca76ed002d8d378ccb497a84e1f6 Mon Sep 17 00:00:00 2001 From: Paco Hope Date: Sat, 13 Aug 2022 11:59:46 -0400 Subject: [PATCH 2/2] added for pytest integration --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 58ea118..da599ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,5 @@ pyyaml argparse pylint build +pytest +cli_test_helpers \ No newline at end of file