aboutsummaryrefslogtreecommitdiff
path: root/tests/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* Fix tests for `-strict-style`gingerBill2023-06-261-2/+2
|
* [core:thread] Added `self_cleanup` flag to properly auto-clean threadshikari2023-06-071-2/+2
|
* Document core:math/rand and add 'possible output'Lucas Perlind2023-05-311-18/+32
| | | | | | Possible output allows us to just type check a test and have some sort of output field in the docs but not actually verify it matches stdout
* Document return values of strings and add allocator errors whereLucas Perlind2023-04-071-1/+1
| | | | possible
* Re-enable documentation CI and improve error messagesLucas Perlind2023-04-071-2/+37
|
* Merge pull request #2436 from Lperlind/batch-failJeroen van Rijn2023-04-031-2/+3
|\ | | | | Make tests scripts error if a test fails
| * Make tests scripts error if a test failsLucas Perlind2023-04-031-2/+3
| | | | | | | | | | Additionally fixes tests that were found broken because of this.
* | Enforce example names in documentationLucas Perlind2023-04-011-70/+97
|/
* Add documentation tester and make it apart of CI workflowLucas Perlind2023-03-302-0/+406