mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
PY-45405: Do not report same failure several times
* Remove header and footer from pytest * Do not report default magnitude index title GitOrigin-RevId: a119bf2a1edbc777a359cc3778f475eec69d4188
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7d8c139bb7
commit
7d364774aa
0
python/testData/testRunner/env/pytest/fail_tree/__init__.py
vendored
Normal file
0
python/testData/testRunner/env/pytest/fail_tree/__init__.py
vendored
Normal file
5
python/testData/testRunner/env/pytest/fail_tree/test_test.py
vendored
Normal file
5
python/testData/testRunner/env/pytest/fail_tree/test_test.py
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import unittest
|
||||
|
||||
class TestTest(unittest.TestCase):
|
||||
def test_a_test(self):
|
||||
raise Exception()
|
||||
Reference in New Issue
Block a user