Files
pytest2/testing
Bruno Oliveira 2bbe709bce Use testdir fixture in test_double_test to ensure controlled environment for execution
Because the test relies that two subsequent tests try to use pytest.warns to capture
the exact same warning, it is better to use testdir to ensure test execution
occurs in the order we expect (which might be different with pytest-xdist or
pytest-random for example)
2015-08-06 22:30:01 -03:00
..
2015-06-23 16:49:05 +02:00
2015-07-10 21:52:47 -03:00
2015-04-28 11:54:53 +02:00
2015-06-17 00:04:25 -03:00
2015-04-28 11:54:46 +02:00
2015-07-23 22:35:51 -03:00