From ece75c10789a5ea52098cb7b0872a5221df10013 Mon Sep 17 00:00:00 2001 From: Vit Listik Date: Fri, 29 Jan 2016 20:41:27 +0100 Subject: [PATCH 1/2] pytest runs files named test_* --- pybloom/{tests.py => test_pybloom.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pybloom/{tests.py => test_pybloom.py} (100%) diff --git a/pybloom/tests.py b/pybloom/test_pybloom.py similarity index 100% rename from pybloom/tests.py rename to pybloom/test_pybloom.py From dad00215dab62d2817b362b43da53ab3409acf45 Mon Sep 17 00:00:00 2001 From: Vit Listik Date: Wed, 10 Feb 2016 12:40:58 +0100 Subject: [PATCH 2/2] renamed test in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6d9848f..c078089 100644 --- a/tox.ini +++ b/tox.ini @@ -2,4 +2,4 @@ envlist = py26,py27,py34 [testenv] deps=pytest -commands=py.test pybloom/tests.py +commands=py.test pybloom/test_pybloom.py