Skip to content

Commit

Permalink
remove unused test stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
esc committed May 27, 2014
1 parent 4c41a73 commit bc7d117
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/unittest/python/yadtreceiver_tests.py
Expand Up @@ -714,13 +714,6 @@ def test_write_metrics_to_file_is_noop_with_no_metrics_directory(self,
self.assertFalse(path_.called)


def test_publish_start_should_increment_metric(self):
pass

def test_publish_failed_should_increment_metric(self):
pass


class TestResetMetrics(unittest.TestCase):

def test_should_remove_metrics_when_they_are_empty(self):
Expand Down

0 comments on commit bc7d117

Please sign in to comment.