]> git.parisson.com Git - timeside.git/commitdiff
re-add get_samples
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 13:11:56 +0000 (15:11 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 13:11:56 +0000 (15:11 +0200)
tests/get_samples.py [new file with mode: 0644]

diff --git a/tests/get_samples.py b/tests/get_samples.py
new file mode 100644 (file)
index 0000000..a4d37a8
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+from tools import check_samples
+
+check_samples()