bbangert / lettuce_webdriver

Selenium webdriver for lettuce
MIT License
81 stars 32 forks source link

Move out of the way of the freezegun #49

Closed koterpillar closed 9 years ago

koterpillar commented 9 years ago

freezegun is used to mock the current time for testing. Importing time as a module doesn't allow excluding LWD from freezing time, making "within 2 seconds" steps stall.