From: Guillaume Pellerin Date: Mon, 19 May 2014 13:11:56 +0000 (+0200) Subject: re-add get_samples X-Git-Tag: 0.5.5~1^2~15^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f51fe19e870516f7b3f2ffca8588d9b5b0978a3e;p=timeside.git re-add get_samples --- 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()