From fb84135fe5892f4321977a48abacf233d3ee0d9c Mon Sep 17 00:00:00 2001 From: 0livd <0livd@users.noreply.github.com> Date: Sat, 22 Apr 2017 22:07:24 +0100 Subject: Move tests to budget.tests (#205) * Move tests to budget.tests Update tox.ini to call the unittest dicovery module Closes #196 * Fix typo in Readme --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index be873b3..23f54f4 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skip_missing_interpreters = True commands = python --version - python budget/tests.py + python -m unittest discover -s budget deps = -rdev-requirements.txt -rrequirements.txt -- cgit v1.1