aboutsummaryrefslogtreecommitdiff
path: root/licentia
diff options
context:
space:
mode:
authorEduardo Julian2022-08-10 19:38:43 -0400
committerEduardo Julian2022-08-10 19:38:43 -0400
commit68d78235694c633c956bb9e8a007cad7d65370bc (patch)
treef84fcb298d29d3c85d149fd2f3c94f31b59305d4 /licentia
parent6ec8f5d2f6cbf8db45f91e5c4b48c6ec17659f72 (diff)
Extracted property-based testing machinery into its own module.
Diffstat (limited to 'licentia')
-rw-r--r--licentia/source/test/licentia.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/licentia/source/test/licentia.lux b/licentia/source/test/licentia.lux
index 6b6230347..91121c9b1 100644
--- a/licentia/source/test/licentia.lux
+++ b/licentia/source/test/licentia.lux
@@ -2,7 +2,6 @@
[library
[lux (.except)
[program (.only program)]
- ["_" test (.only Test)]
[abstract
[monad (.only do)]]
[control
@@ -16,7 +15,9 @@
[math
["[0]" random (.only Random)]
[number
- ["n" nat (.use "[1]#[0]" interval)]]]]]
+ ["n" nat (.use "[1]#[0]" interval)]]]
+ [test
+ ["_" property (.only Test)]]]]
[\\program
["[0]" output]
["[0]" license (.only Identification