Skip to content

Commit

Permalink
Temp file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfar committed Feb 17, 2014
1 parent c4568af commit 2e4cd9f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions scripts/tests/test_gristle_validator_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
import errno
from pprint import pprint as pp

pp(sys.path)

import envoy
import yaml

Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -517,7 +515,7 @@ def test_empty_stdin(self):



class noTestSchemaValidation(object):
class TestSchemaValidation(object):

def setup_method(self, method):

Expand Down Expand Up @@ -589,7 +587,7 @@ def test_valid_schema_valid_data(self):



class NoTestValidatingTheValidator(object):
class TestValidatingTheValidator(object):

def setup_method(self, method):

Expand Down Expand Up @@ -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):

Expand Down

0 comments on commit 2e4cd9f

Please sign in to comment.