aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/property_test/README
diff options
context:
space:
mode:
authorPéter Dimitrov <[email protected]>2017-11-07 15:13:36 +0100
committerGitHub <[email protected]>2017-11-07 15:13:36 +0100
commit6db8210068a55696cd5e444d40d3676737113d03 (patch)
treea6dbf506a3692a7c4ee9789d1cfeb9eda37da694 /lib/stdlib/test/property_test/README
parentf642b74ff710ed1093d218689ac96566d4889fec (diff)
parent7e5d062973e7cb4f9ee949529e9dcdb5785c1304 (diff)
downloadotp-6db8210068a55696cd5e444d40d3676737113d03.tar.gz
otp-6db8210068a55696cd5e444d40d3676737113d03.tar.bz2
otp-6db8210068a55696cd5e444d40d3676737113d03.zip
Merge pull request #1551 from peterdmv/peterdmv/stdlib/add_uri_string/OTP-14496
Implement new uri_string module in stdlib
Diffstat (limited to 'lib/stdlib/test/property_test/README')
-rw-r--r--lib/stdlib/test/property_test/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/stdlib/test/property_test/README b/lib/stdlib/test/property_test/README
new file mode 100644
index 0000000000..57602bf719
--- /dev/null
+++ b/lib/stdlib/test/property_test/README
@@ -0,0 +1,12 @@
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%% %%%
+%%% WARNING %%%
+%%% %%%
+%%% This is experimental code which may be changed or removed %%%
+%%% anytime without any warning. %%%
+%%% %%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+The test in this directory are written assuming that the user has a QuickCheck license. They are to be run manually. Some may be possible to be run with other tools, e.g. PropEr.
+