aboutsummaryrefslogtreecommitdiffstats
path: root/tests/doctest.json
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-09 21:12:28 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-09 21:12:28 +0000
commita8436846201d03b80d8b11b68ef07923bb2997b4 (patch)
tree85fa9f628536711a9888a0c7601cee5f06016470 /tests/doctest.json
parentc96a9c4d4bb31ec0238a40f79da6eddf4e8d57a7 (diff)
downloadverismith-a8436846201d03b80d8b11b68ef07923bb2997b4.tar.gz
verismith-a8436846201d03b80d8b11b68ef07923bb2997b4.zip
Add doctest-discover
Diffstat (limited to 'tests/doctest.json')
-rw-r--r--tests/doctest.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/doctest.json b/tests/doctest.json
new file mode 100644
index 0000000..d6f5cae
--- /dev/null
+++ b/tests/doctest.json
@@ -0,0 +1,5 @@
+{
+ "ignore": [],
+ "sourceFolders": [ "src" ],
+ "doctestOptions": [ "-XOverloadedStrings" ]
+}