##// END OF EJS Templates
Cleanup and type annotate completer.py...
Cleanup and type annotate completer.py Remove some of the unnecessary u'' prefixes, replace some of the return tuples with `namedtuples` to make the code a bit more clearer and flexible.

File last commit:

r25420:b1231d60
r25705:ad14ee33
Show More
pytest.ini
2 lines | 34 B | text/x-ini | IniLexer
Matthias Bussonnier
Also run test with Pytest....
r25117 [pytest]
Thomas A Caswell
MNT: update pytest.ini to work with pytest > 3
r25420 addopts = --durations=10