mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge branch 'bugfix/pytest-runner-progress' of https://github.com/kroo/intellij-community
This commit is contained in:
@@ -43,6 +43,9 @@ if PYVERSION > [1, 4, 0]:
|
||||
current_file = None
|
||||
current_file_suite = None
|
||||
|
||||
def pytest_collection_finish(session):
|
||||
messages.testCount(len(session.items))
|
||||
|
||||
def pytest_runtest_logstart(nodeid, location):
|
||||
path = "file://" + os.path.realpath(os.path.join(CURRENT_DIR_NAME, location[0]))
|
||||
if location[1]:
|
||||
|
||||
Reference in New Issue
Block a user