Commit Graph

7 Commits

Author SHA1 Message Date
Yuya Nishihara
1d44bd2bbb ui: factor out ui.load() to create a ui without loading configs (API)
This allows us to write doctests depending on a ui object, but not on global
configs.

ui.load() is a class method so we can do wsgiui.load(). All ui() calls but
for doctests are replaced with ui.load(). Some of them could be changed to
not load configs later.
2016-10-22 14:35:10 +09:00
Yuya Nishihara
741cba12b5 tests: stop direct symbol import of mercurial modules in test-status-inprocess 2016-04-05 23:38:00 +09:00
timeless
a863e51d9a tests: use /usr/bin/env python for test-status-inprocess.py
everyone else uses it, and the next commit will add a rule for it
2016-04-06 19:08:04 +00:00
Robert Stanca
d5c8907a91 py3: use print_function in test-status-inprocess.py 2016-04-04 05:20:40 +03:00
Robert Stanca
b652d5efc0 py3: use absolute_import in test-status-inprocess.py 2016-04-04 05:19:35 +03:00
Nicolas Dumazet
7f1a963829 pylint, pyflakes: remove unused or duplicate imports 2010-04-14 17:58:10 +09:00
Ronny Pfannschmidt
b13f9030c7 add a test for the inprocess status dirstate race 2010-04-05 20:10:46 +02:00