mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 20:32:06 +02:00
17.0 vanilla
This commit is contained in:
parent
2e65bf056a
commit
df627a6bba
328 changed files with 578149 additions and 759311 deletions
|
|
@ -56,7 +56,7 @@ class TestSuite(BaseTestSuite):
|
|||
return
|
||||
if result._moduleSetUpFailed:
|
||||
return
|
||||
if getattr(currentClass, "__unittest_skip__", False):
|
||||
if currentClass.__unittest_skip__:
|
||||
return
|
||||
|
||||
currentClass._classSetupFailed = False
|
||||
|
|
@ -99,7 +99,7 @@ class TestSuite(BaseTestSuite):
|
|||
return
|
||||
if previousClass._classSetupFailed:
|
||||
return
|
||||
if getattr(previousClass, "__unittest_skip__", False):
|
||||
if previousClass.__unittest_skip__:
|
||||
return
|
||||
try:
|
||||
previousClass.tearDownClass()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue