Skip to content

Commit

Permalink
Fixing minor typos with regards to SUMO_HOME, refs #2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHilbrich committed Feb 19, 2024
1 parent 73945a7 commit 98e67f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/web/docs/Developer/Tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ to collapse the static test suites on program start. E.g.:
There are several packages being used by the tools under test. So if you want to run
the "tools" and/or "complex" tests please do

`pip3 install -r {{SUMO}}/tools/requirements.txt`
`pip3 install -r $SUMO_HOME/tools/requirements.txt`

# Running the Tests

Within the `{{SUMO}}/tests` folder you can find batch files for Windows and shell files for Linux & macOS which start
Within the `$SUMO_HOME/tests` folder you can find batch files for Windows and shell files for Linux & macOS which start
[TextTest](https://texttest.org/) with our test suites. `runAllTests.bat` (Windows) or `runTests.sh` (Linux, macOS)
starts TextTest for testing all applications located in the folder,
`runNetconvertTests.bat` (Windows) will only show tests for netconvert,
Expand All @@ -93,7 +93,7 @@ To add a test suite for a new application, you have to perform the
following steps. For the examples below we'll use "polyconvert" as the
example application.

- go to {{SUMO}}*/tests*
- go to `$SUMO_HOME/tests`
- copy one of the **run...Tests.bat**-files and rename it properly
(**runPolyconvertTests.bat** in our case); change the name of the
application within it. In our case the resulting file will look as
Expand Down

0 comments on commit 98e67f4

Please sign in to comment.