@@ -10,16 +10,16 @@ are uploaded to a test aggregation service. The compatibility of various
1010PSI/J branches with various resources can then be assessed and is
1111available at https://testing.exaworks.org
1212
13- How to run tests
13+ How to Run Tests
1414================
1515
1616There 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
2323team to keep a constant eye on the state of the library on various
2424resources. To set up the Cron job (or an alternative method), you can either
2525use 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
4343The 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 ("--"):
106106Care must, however, be taken since it is impossible to preserve
107107whitespace and certain special characters (such as the double quotes)
108108when passing arguments through ` make ` .
109-
0 commit comments