Skip to content

Commit 87c3f9a

Browse files
committed
Clarified pytest usage
1 parent df8d2a7 commit 87c3f9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ Please make sure that your green metrics tool is configured to your system, and
1414
To run the tests, first make sure that your green-metrics-tool testing setup is complete. Full instructions on how to do so can be found in `green-metrics-tool/test/README.MD`, but in short, you simply have to run the `green-metrics-tool/test/setup-test-env.sh` script.
1515

1616
## Running
17-
In green-metris-tool tests subfolder, make sure you first run the `green-metrics-tool/test/start-test-containers.sh` script. This will start the docker containers necessary to run the green metrics tool tests.
17+
In green-metris-tool tests subfolder, make sure you have the GMT properly installed and then first run the `green-metrics-tool/test/start-test-containers.sh` script.
18+
This will start the docker containers necessary to run the green metrics tool tests.
1819

19-
Then from the `example-applications/test` directory, just run `pytest`
20+
Then from the `example-applications/test` directory, just run `pytest smoke_test.py -k "test_all_directories"`
2021

2122
To test a single directory, run something like this:
2223

0 commit comments

Comments
 (0)