aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* More efficient "let" and "exec" expressions.Eduardo Julian2023-01-181-2/+1
* Re-licensed to MPL 2.0Eduardo Julian2023-01-136-0/+18
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-081-1/+2
* Added simple machinery for aliasing of definitions.Eduardo Julian2023-01-041-2/+11
* Added some simple time-series handling machinery.Eduardo Julian2022-12-022-7/+7
* Added simple benchmarking machinery.Eduardo Julian2022-12-011-0/+54
* Got the tests to compile again for Python.Eduardo Julian2022-11-191-2/+3
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-161-4/+9
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-071-1/+1
* Added support for inline testing.Eduardo Julian2022-11-073-5/+78
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-051-8/+23
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-191-2/+1
* Added support for context-oriented programming.Eduardo Julian2022-09-031-10/+16
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-021-1/+1
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-301-1/+1
* Fixed test suite.Eduardo Julian2022-08-121-15/+22
* Improved exception-definition macro.Eduardo Julian2022-08-111-3/+4
* Re-named the "case" macro to "when".Eduardo Julian2022-08-111-7/+7
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-101-0/+284
* Extracted test-tallying machinery into its own module.Eduardo Julian2022-07-302-46/+56
* Extracted test-coverage machinery into its own module.Eduardo Julian2022-07-282-42/+53
* Extracted unit-testing machinery into its own module.Eduardo Julian2022-07-281-0/+223