You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,18 +74,16 @@ python3 -m http.server
74
74
75
75
The documentation is now up on [localhost:8000](http://localhost:8000), where you can navigate with your browser.
76
76
77
-
78
77
## Test library
79
78
80
-
The framework comes with a library of tests that users can either run them from the command line directly or extend them and fine tune them for their systems. See [here](https://reframe-hpc.readthedocs.io/en/stable/hpctestlib.html) for more details.
81
-
79
+
The framework comes with an experimental library of tests that users can either run from the command line directly or extend and fine tune them for their systems. See [here](https://reframe-hpc.readthedocs.io/en/stable/hpctestlib.html) for more details.
82
80
83
-
## Test examples
81
+
## Public test repositories
84
82
85
-
You can find examples of real tests under the ReFrame HPC [community Github page](https://github.com/reframe-hpc).
86
-
The most complete suite of tests currently publicly available is that of [CSCS](https://cscs.ch/), which you can also find [here](https://github.com/eth-cscs/cscs-reframe-tests).
87
-
You can use those tests as a starting point for implementing your own tests.
83
+
The ReFrame HPC [community Github page](https://github.com/reframe-hpc) provides mirror forks of interesting ReFrame test repositories maintained by various sites or projects.
84
+
You can use those tests as an additional guidance to implement your own tests.
88
85
86
+
If you maintain a public test repository and you would like it to be listed in the community page, feel free to open an issue or contact us through [Slack](#slack).
0 commit comments