Add the example that shows all tests.

This commit is contained in:
Josh Ramer 2024-05-10 14:02:47 -05:00 committed by GitHub
parent 3010850d92
commit 8342de6478
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ There is a script called debug-test.sh in the scripts folder that takes a REGEX
# Once in the debugger, i.e. at the chevrons prompt, setting a breakpoint could be as follows:
>>> b main
```
Another idea is to see all the tests in general, at the least the ones prefixed with "test". This is accomplished via the following: `scripts/debug-test.sh test`.