We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb7965 commit fa77779Copy full SHA for fa77779
1 file changed
visualbasic/README.md
@@ -120,6 +120,13 @@ steps (this example uses LibreOffice):
120
That's it. Save the file. You can now use the functions above in your
121
spreadsheet!
122
123
+## Running Tests
124
+
125
+If possible, run the `update_tests.sh` script, then paste the contents of the file `OLCTests.bas` into the end of your macros.
126
127
+Then you should be able to run the function `TEST_All`.
128
+This will run all the tests, and output either error messages or a message confirming success.
129
130
## Reporting Issues
131
132
If the self tests fail, copy the error message or take a
0 commit comments