test_ok1/testing/python
Bruno Oliveira fa76a5c8fe Attempt to fix flaky test on Python 2
This test sometimes fails on AppVeyor with:

```
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.0 = <listiterator object at 0x0549DC50>
    leaked_types = sum(1 for _ in gc.garbage
>                   if 'PseudoFixtureDef' in str(_))
E   UnicodeEncodeError: 'ascii' codec can't encode character u'\u263a' in position 23: ordinal not in range(128)
test_request_garbage.py:19: UnicodeEncodeError
====================== 1 passed, 1 error in 1.39 seconds ======================
```

Use our internal "safe_repr" function to handle Encode errors: who knows
what objects are in garbage after all.
2018-05-04 17:56:51 -03:00
..
approx.py Add support for pytest.approx comparisons between scalar and array (inverted order) 2018-03-14 16:29:04 -03:00
collect.py Merge remote-tracking branch 'upstream/master' into features 2018-01-27 12:28:43 -02:00
fixture.py Attempt to fix flaky test on Python 2 2018-05-04 17:56:51 -03:00
integration.py Fix mock patchings detection when both mock and unittest.mock are present 2018-02-12 20:29:37 +01:00
metafunc.py added indicative error when parametrizing an argument with a default value 2018-04-15 20:52:57 +03:00
raises.py Fix issue #3372 2018-04-06 14:16:12 +02:00
setup_only.py Implement progress percentage reporting while running tests 2017-11-21 21:01:41 -02:00
setup_plan.py Improve commenting for setupplan unittest. 2016-06-25 12:21:31 +02:00
show_fixtures_per_test.py fix 'DoctestItem' object has no attribute '_fixtureinfo' 2017-09-19 12:41:12 +02:00
test_deprecations.py add mocked integrationtest for the deprecationwarning of makeitem 2017-10-30 19:49:14 +01:00