From 0dc1c8eeac3bfd03540c374e30147a33d561bfc5 Mon Sep 17 00:00:00 2001 From: Silvana Ovaitt Date: Wed, 11 Sep 2024 15:53:33 -0700 Subject: [PATCH] I don't know what I'm doing . ha --- tests/test_main.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/test_main.py b/tests/test_main.py index 88c0ad9..38d3394 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -5,10 +5,8 @@ @author: Silvana Using pytest to create unit tests for PV ICE -to run unit tests, run pytest from the command line in the bifacial_radiance directory -to run coverage tests, run py.test --cov-report term-missing --cov=bifacial_radiance - -cd C:\Users\sayala\Documents\GitHub\CircularEconomy-MassFlowCalculator\tests +to run unit tests, run pytest from the command line in the PV_ICE directory +to run coverage tests, run py.test --cov-report term-missing --cov=PV_ICE """