Skip to content

Commit dab5c2c

Browse files
authored
Copyedits for grammar and standardization
1 parent c2117cb commit dab5c2c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README-testing.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ are uploaded to a test aggregation service. The compatibility of various
1010
PSI/J branches with various resources can then be assessed and is
1111
available at https://testing.exaworks.org
1212

13-
How to run tests
13+
How to Run Tests
1414
================
1515

1616
There are a number of ways to run tests. Invoking `pytest` directly,
17-
running the integration tests and through `cron` (or a similar tool).
17+
running the integration tests, and through `cron` (or a similar tool).
1818

19-
Setting up an automated testing job
19+
Setting up an Automated Testing Job
2020
===================================
2121

22-
This is the preferred way of running the tests since it allows the PSI/J
22+
This is the preferred way of running tests since it allows the PSI/J
2323
team to keep a constant eye on the state of the library on various
2424
resources. To set up the Cron job (or an alternative method), you can either
2525
use the provided setup script:
@@ -37,7 +37,7 @@ virtual environment, please run the relevant commands before invoking
3737
`psij-ci-setup`.
3838

3939

40-
Testing with the CI runner
40+
Testing with the CI Runner
4141
==========================
4242

4343
The CI runner is a convenience script which can clone the PSI/J
@@ -106,4 +106,3 @@ or, using `make`, prefix all options with a double dash ("--"):
106106
Care must, however, be taken since it is impossible to preserve
107107
whitespace and certain special characters (such as the double quotes)
108108
when passing arguments through `make`.
109-

0 commit comments

Comments
 (0)