MCPcopy Index your code
hub / github.com/cpplint/cpplint / setUp

Function setUp

cpplint_unittest.py:7218–7222  ·  view source on GitHub ↗

Runs before all tests are executed.

()

Source from the content-addressed store, hash-verified

7216
7217# pylint: disable=C6409
7218def setUp():
7219 """Runs before all tests are executed."""
7220 # Enable all filters, so we don't miss anything that is off by default.
7221 cpplint._DEFAULT_FILTERS = []
7222 cpplint._cpplint_state.SetFilters("")
7223
7224
7225@pytest.fixture(autouse=True, scope="session")

Callers 1

run_around_testsFunction · 0.85

Calls 1

SetFiltersMethod · 0.80

Tested by

no test coverage detected