From 2e4cd9fb91f7378422daa5e3cb138116e89df699 Mon Sep 17 00:00:00 2001 From: Ken Farmer Date: Mon, 17 Feb 2014 16:31:31 -0700 Subject: [PATCH] Temp file cleanup --- scripts/tests/test_gristle_validator_cmd.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/tests/test_gristle_validator_cmd.py b/scripts/tests/test_gristle_validator_cmd.py index 9a9afa0..cd9f332 100644 --- a/scripts/tests/test_gristle_validator_cmd.py +++ b/scripts/tests/test_gristle_validator_cmd.py @@ -16,8 +16,6 @@ import errno from pprint import pprint as pp -pp(sys.path) - import envoy import yaml @@ -448,7 +446,7 @@ def test_randomout_10(self): -class noTestEmptyFile(object): +class TestEmptyFile(object): def setup_method(self, method): self.empty_fqfn = self._generate_empty_file() @@ -517,7 +515,7 @@ def test_empty_stdin(self): -class noTestSchemaValidation(object): +class TestSchemaValidation(object): def setup_method(self, method): @@ -589,7 +587,7 @@ def test_valid_schema_valid_data(self): -class NoTestValidatingTheValidator(object): +class TestValidatingTheValidator(object): def setup_method(self, method): @@ -720,7 +718,7 @@ def get_outputs(self, response): self.err_output = err_recs -class noTestCSVDialects(object): +class TestCSVDialects(object): def setup_method(self, method):