aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_processteamjoin.py
Commit message (Collapse)AuthorAgeFilesLines
* Import print_function and unicode_literals in all test filesTrygve Aaberge2019-04-081-1/+1
|
* Always use the print function from Python 3Samuel Holland2019-04-081-0/+2
| | | | Comments are updated as well as live code.
* Don't raise exception on missing event callbacks (#589)Trygve Aaberge2018-06-111-33/+5
| | | | | These missing callbacks are not really errors or exceptions, and we don't need to implement all of them. Raising an exception makes the users think something isn't working, and is confusing.
* test: Remove monkeypatch dependencyTrygve Aaberge2017-09-151-1/+1
| | | | As far as I can see, this isn't used anywhere.
* test: Fix two incorrect test namesTrygve Aaberge2017-09-151-1/+1
|
* massssssssive merge of the new codebaseRyan Huber2017-04-121-0/+54