SYMBOL INDEX (9 symbols across 2 files) FILE: pytest_dotenv/plugin.py function pytest_addoption (line 8) | def pytest_addoption(parser): function pytest_load_initial_conftests (line 25) | def pytest_load_initial_conftests(args, early_config, parser): function pytest_sessionstart (line 31) | def pytest_sessionstart(session): FILE: tests/test_dotenv.py function mock_os_environ (line 8) | def mock_os_environ(): function test_ini_file (line 14) | def test_ini_file(testdir): function test_ini_file_refuse_overwrite (line 48) | def test_ini_file_refuse_overwrite(testdir): function test_ini_file_allow_overwrite (line 84) | def test_ini_file_allow_overwrite(testdir): function test_file_argument_force_overwrite (line 120) | def test_file_argument_force_overwrite(testdir): function test_env_is_set_before_test_session_is_started (line 158) | def test_env_is_set_before_test_session_is_started(testdir):