aboutsummaryrefslogtreecommitdiff
path: root/core/testing
Commit message (Collapse)AuthorAgeFilesLines
* Use `or_else` in the core library when it makes sensegingerBill2021-07-051-6/+1
|
* Fix Windows test runner.Jeroen van Rijn2021-06-201-1/+1
|
* Remove unused importgingerBill2021-05-011-1/+0
|
* Add `testing.fail_now`gingerBill2021-05-012-1/+14
|
* Move commentgingerBill2021-05-012-1/+1
|
* Make the core:testing runner on windows run in a separate thread to handle ↵gingerBill2021-05-014-6/+202
| | | | crashes in more safe manner
* PNG: Fix tRNS handling.Jeroen van Rijn2021-05-011-1/+0
|
* Change from `test_*` prefix to `@(test)` attribute for `odin test`gingerBill2021-03-141-5/+3
|
* Add "NO TESTS RAN" message to `testing.runner` if no tests were rangingerBill2021-03-141-1/+5
|
* Add `pkg` field to `testing.Internal_Test`gingerBill2021-03-142-3/+21
|
* `odin test` to work with the new `core:testing` packagegingerBill2021-03-142-0/+128