Skip to content

Commit

Permalink
Renamed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renatgalimov committed Aug 31, 2015
1 parent 62f5955 commit 29fda93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/spec_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ class TestPluginSpecWithFileEnabled(SpecPluginTestCase):
]


def test_does_output_standard_output_if_spec_file_given(self):
def test_does_output_default_output_if_spec_file_given(self):
for line in self.test_lines:
self.failIfContainsInOutput(line)

self.assertIn("...", self.output, "Standard nosetests output shouldn't be silenced")
self.assertIn("...", self.output, "Default nosetests output shouldn't be silenced")

def test_does_output_spec_output_to_file_if_spec_file_given(self):
with open(self.args[1], 'r') as spec_file:
Expand Down

0 comments on commit 29fda93

Please sign in to comment.