module documentation

Undocumented

Function mock_plot Disable matplotlib plotting in test code
Function teardown_loaded_corpora After each test session ends (either doctest or unit test), unload any loaded corpora
@pytest.fixture(autouse=True)
def mock_plot(mocker): (source)

Disable matplotlib plotting in test code

@pytest.fixture(scope='module', autouse=True)
def teardown_loaded_corpora(): (source)

After each test session ends (either doctest or unit test), unload any loaded corpora