From 1a106d37fccce536ea3b49e33bc052285ef2397d Mon Sep 17 00:00:00 2001
From: Gottfried Gaisbauer <gogo@servus.at>
Date: Tue, 27 Mar 2018 18:28:25 +0200
Subject: [PATCH] unittests

---
 .gitlab-ci.yml   | 5 ++++-
 requirements.txt | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ca1868..ddd1ac5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,9 @@ before_script:
 simple_guru_help:
   stage: test
   script:
-    - whoami
     - python3 guru.py -h
 
+print_connection_status:
+  stage: test
+  script:
+    - python3 guru.py -pcs
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index 92f7698..8775dc8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,3 +7,4 @@ redis==2.10.5
 simplejson==3.11.1
 mutagen==1.38
 python-dateutil==2.6.0
+validators==0.12.1
-- 
GitLab