mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
Skeleton fix
This commit is contained in:
@@ -136,7 +136,7 @@ class JoinableQueue(multiprocessing.Queue):
|
||||
pass
|
||||
|
||||
|
||||
def active_childern():
|
||||
def active_children():
|
||||
"""
|
||||
:rtype: list[multiprocessing.Process]
|
||||
"""
|
||||
|
||||
@@ -64,6 +64,12 @@ class collect:
|
||||
# _pytest.mark
|
||||
class mark:
|
||||
|
||||
def __getattr__(self, item):
|
||||
"""
|
||||
This class may have any attribute, so this method should exist
|
||||
"""
|
||||
pass
|
||||
|
||||
@staticmethod
|
||||
def skipif(condition, reason=None):
|
||||
"""skip the given test function if eval(condition) results in a True
|
||||
|
||||
Reference in New Issue
Block a user