From a335010cbe43a661a36437e7653ce5620dd01350 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 29 Sep 2013 18:33:15 -0700 Subject: Clean up config.status during tests This should probably be handled some better way. --- attoconf/_version.py | 2 +- attoconf/tests/test_core.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/attoconf/_version.py b/attoconf/_version.py index 75812fd..001d223 100644 --- a/attoconf/_version.py +++ b/attoconf/_version.py @@ -11,7 +11,7 @@ minor = 8 # Incremented if there is a bugfix release. # Might not be contiguous. -patch = 2 +patch = 3 # Reserved for distributors and forks. # Contains arbitrary text, but no parentheses or newlines. diff --git a/attoconf/tests/test_core.py b/attoconf/tests/test_core.py index f394238..f60aab6 100644 --- a/attoconf/tests/test_core.py +++ b/attoconf/tests/test_core.py @@ -22,6 +22,7 @@ import unittest from attoconf.core import Project, Build from attoconf.types import uint, shell_word, shell_partial_word +import os from cStringIO import StringIO import sys @@ -127,6 +128,7 @@ General: 'QUX': 'a', '--qux': 'b', }) + os.remove('config.status') self.assertEqual(build.vars, { 'FOO': 'B', -- cgit v1.2.3-70-g09d2