aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/test_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_service.py')
-rw-r--r--tests/test_service.py5
1 files changed, 5 insertions, 0 deletions
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