aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_rule.py0
-rw-r--r--tests/test_service.py5
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_rule.py b/tests/test_rule.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/test_rule.py
diff --git a/tests/test_service.py b/tests/test_service.py
new file mode 100644
index 0000000..3826081
--- /dev/null
+++ b/tests/test_service.py
@@ -0,0 +1,5 @@
+from hrc.core import Core
+
+core = Core(config_dict={'core':{'services':['hrc.service.console', 'hrc.service.http']}})
+
+core.run() \ No newline at end of file