Files
pytest2/testing
Bruno Oliveira 438ea86137 Fix flaky test_timing_function in Windows
This tests fails consistently on Windows due to small time
difference:

>       assert float(val) >= 0.03
E       assert 0.0299999713898 >= 0.03
E        +  where 0.0299999713898 = float('0.0299999713898')

Windows time.time() function is not as accurate as linux's,
so relaxed the test a bit.
2015-07-04 15:05:45 -03:00
..
2015-06-23 16:49:05 +02:00
2015-06-23 16:49:05 +02:00
2015-06-16 21:27:22 -03:00
2015-04-28 11:54:46 +02:00
2015-04-28 11:54:53 +02:00
2015-06-17 00:04:25 -03:00
2015-03-21 17:26:23 +01:00
2015-04-28 11:54:46 +02:00