From f51fe19e870516f7b3f2ffca8588d9b5b0978a3e Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 19 May 2014 15:11:56 +0200 Subject: [PATCH] re-add get_samples --- tests/get_samples.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/get_samples.py diff --git a/tests/get_samples.py b/tests/get_samples.py new file mode 100644 index 0000000..a4d37a8 --- /dev/null +++ b/tests/get_samples.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from tools import check_samples + +check_samples() -- 2.39.5