Skip to content

Commit

Permalink
Fix: Tests - Typo in setUpClass. Was not working with unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb-Solon committed Jun 18, 2015
1 parent 8855907 commit 0612e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_bad_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_cur_group():
class template_Daemon_Bad_Start():

@classmethod
def setupClass(cls):
def setUpClass(cls):
time_hacker.set_real_time() # just to be sure..
# the daemons startup code does actually a `chrdir`,
# in Daemon.change_to_workdir,
Expand Down

1 comment on commit 0612e83

@gst
Copy link
Contributor

@gst gst commented on 0612e83 Jul 3, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by the way :

I think the "time_hacker" should be disabled by default, and only enable it in the tests that would otherwise really takes too long..

Please sign in to comment.