mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-23167: Support packages with out __init__.py for Py2 test runners
You can use Python path like "spam.eggs" where "spam" does not have __init__.py. This scheme is used by runners to report test names. For Py3 it works, but not for Py2. ``_jb_runner_tools`` contains logic to workaround it
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
def test_test():
|
||||
assert False
|
||||
|
||||
|
||||
def test_2_test():
|
||||
pass
|
||||
Reference in New Issue
Block a user