changeset 48:8fbf968e8dea

stub test case
author Jeff Hammel <k0scist@gmail.com>
date Fri, 13 Aug 2021 15:07:11 -0700
parents 4d950a47f96b
children 7364d06af5b9
files .hgignore test/test_unify.py
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Fri Aug 13 15:07:11 2021 -0700
@@ -0,0 +1,1 @@
+.pytest_cache
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/test_unify.py	Fri Aug 13 15:07:11 2021 -0700
@@ -0,0 +1,6 @@
+# Requires `pytest`
+
+from silvermirror import unify
+
+def test_read_config():
+    assert True  # TODO