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: test/README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
-
# Unit Test Scripts #
1
+
# Tests Scripts #
2
2
3
-
The [run_tests script](./unit-tests/run_tests.sh) can be used to run unit tests. The unit test use [Bash Automated Testing System](https://github.com/bats-core/bats-core) or bats for short.
| Unit Tests |[./unit-tests/run_tests_agnostic.sh](./unit-tests/run_tests_agnostic.sh)|
4
7
5
-
The run script will attempt to install bats if it is not found.
8
+
The unit test use [Bash Automated Testing System](https://github.com/bats-core/bats-core) or bats for short.
9
+
10
+
The [run_tests script](./unit-tests/run_tests.sh) can be used to run integration tests. These are expected to run on HPC hardware. The run_tests script will attempt to install bats if it is not found.
11
+
12
+
The [run_tests_agnostic script](./unit-tests/run_tests_agnostic.sh) doesn't require HPC hardware.
0 commit comments