Skip to content

Commit

Permalink
fixing typos #770
Browse files Browse the repository at this point in the history
  • Loading branch information
lisagoodrich committed Apr 7, 2022
1 parent d45e147 commit 34f56bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Contributors_Guide/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use Case Tests
--------------

Use case tests are run via a Python script called **test_use_cases.py**,
found in the use_cases directory.
found in the *use_cases* directory.
Eventually the running of these tests will be automated using an external
tool, such as GitHub Actions or Travis CI.
The script contains a list of use cases that are found in the repository.
Expand All @@ -32,10 +32,10 @@ All of the use cases can be run by executing the script
into a directory such as */d1/<USER>/test-use-case-b*, defined in the
environment file.
If */d1/<USER>/test-use-case-b* already exists, its content will be copied
over to */d1/<USER>/test-use-case-a*. If data is found in If
over to */d1/<USER>/test-use-case-a*. If data is found in
*/d1/<USER>/test-use-case-b* already exists, its content will be copied
over the */d1/<USER>/test-use-case-a*, the script will prompt the user to
remove those files.
over to the */d1/<USER>/test-use-case-a* directory, the script will prompt
the user to remove those files.
Once the tests have finished running, the output found in the two
directories can be compared to see what has changed. Suggested commands
to run to compare the output will be shown on the screen after completion
Expand Down

0 comments on commit 34f56bf

Please sign in to comment.