Skip to content

Commit c0dbfd4

Browse files
committed
Updated READMEs
1 parent 50eb94e commit c0dbfd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Introduction
44

55
This is the repo in which we at Green Coding collect some example applications that you can use to get to know the
6-
green metrics tool: <https://github.com/green-coding-berlin/green-metrics-tool>
6+
green metrics tool: <https://github.com/green-coding-solutions/green-metrics-tool>
77

88
Every directory contains it's own README with more details on what each example does.
99

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To run the tests, first make sure that your green-metrics-tool testing setup is
1717
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.
1818
This will start the docker containers necessary to run the green metrics tool tests.
1919

20-
Then from the `example-applications/test` directory, just run `pytest smoke_test.py -k "test_all_directories"`
20+
Then from the `example-applications/test` directory first activate the GMT *venv* via `source ../../green-metrics-tool/venv/bin/activate`, and then run `pytest smoke_test.py -k "test_all_directories"`
2121

2222
To test a single directory, run something like this:
2323

0 commit comments

Comments
 (0)