aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/test (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-18More efficient "let" and "exec" expressions.Eduardo Julian1-2/+1
2023-01-13Re-licensed to MPL 2.0Eduardo Julian6-0/+18
2023-01-08Moved compiler target machinery under meta/compiler.Eduardo Julian1-1/+2
2023-01-04Added simple machinery for aliasing of definitions.Eduardo Julian1-2/+11
2022-12-02Added some simple time-series handling machinery.Eduardo Julian2-7/+7
2022-12-01Added simple benchmarking machinery.Eduardo Julian1-0/+54
2022-11-19Got the tests to compile again for Python.Eduardo Julian1-2/+3
2022-11-16Added generic logging abstraction/machinery.Eduardo Julian1-4/+9
2022-11-07Can now mark definitions as deprecated in their documentation.Eduardo Julian1-1/+1
2022-11-07Added support for inline testing.Eduardo Julian3-5/+78
2022-11-05Property-based testing can now log/print successful seeds from run.Eduardo Julian1-8/+23
2022-10-19Migrating default extensions to the new format [Part 2]Eduardo Julian1-2/+1
2022-09-03Added support for context-oriented programming.Eduardo Julian1-10/+16
2022-09-02Made labels (tags & slots) into normal definitions.Eduardo Julian1-1/+1
2022-08-30Added support for predicate-based polymorphism.Eduardo Julian1-1/+1
2022-08-12Fixed test suite.Eduardo Julian1-15/+22
2022-08-11Improved exception-definition macro.Eduardo Julian1-3/+4
2022-08-11Re-named the "case" macro to "when".Eduardo Julian1-7/+7
2022-08-10Extracted property-based testing machinery into its own module.Eduardo Julian1-0/+284
2022-07-30Extracted test-tallying machinery into its own module.Eduardo Julian2-46/+56
2022-07-28Extracted test-coverage machinery into its own module.Eduardo Julian2-42/+53
2022-07-28Extracted unit-testing machinery into its own module.Eduardo Julian1-0/+223