tesseract v5.3.3.20231005
gtest_skip_check_output_test.SkipEntireEnvironmentTest Class Reference
Inheritance diagram for gtest_skip_check_output_test.SkipEntireEnvironmentTest:

Public Member Functions

def testSkipEntireEnvironmentTest (self)
 

Detailed Description

Definition at line 47 of file gtest_skip_check_output_test.py.

Member Function Documentation

◆ testSkipEntireEnvironmentTest()

def gtest_skip_check_output_test.SkipEntireEnvironmentTest.testSkipEntireEnvironmentTest (   self)

Definition at line 49 of file gtest_skip_check_output_test.py.

49 def testSkipEntireEnvironmentTest(self):
50 self.assertIn('Skipped\nskipping single test\n', OUTPUT)
51 skip_fixture = 'Skipped\nskipping all tests for this fixture\n'
52 self.assertIsNotNone(
53 re.search(skip_fixture + '.*' + skip_fixture, OUTPUT, flags=re.DOTALL),
54 repr(OUTPUT))
55 self.assertNotIn('FAILED', OUTPUT)
56
57

The documentation for this class was generated from the following file: