SYMBOL INDEX (61 symbols across 14 files) FILE: pypi/src/Makefile_venv/__init__.py function path (line 7) | def path(): function path (line 12) | def path(): function cli (line 16) | def cli(): FILE: pypi/tests/test_installable.py function test_makefile_is_installed (line 9) | def test_makefile_is_installed(): function test_shell_entrypoint (line 18) | def test_shell_entrypoint(): FILE: tests/common.py class MakefileTestCase (line 20) | class MakefileTestCase(TestCase): method __init__ (line 28) | def __init__(self, *a, **ka): method make (line 49) | def make(self, *args, makefile=None, debug=False, dry_run=False, retur... method check_returncode (line 65) | def check_returncode(self, process, returncode=0): method copy (line 82) | def copy(self, filename=None, content=None, makefile=False, data_dir='... method setUp (line 108) | def setUp(self): method tearDown (line 113) | def tearDown(self): FILE: tests/test_dependencies.py function touch (line 8) | def touch(filepath): class TestDependencies (line 12) | class TestDependencies(MakefileTestCase): method test_requirements_txt (line 15) | def test_requirements_txt(self): method test_setup_py (line 20) | def test_setup_py(self): method test_pyproject_toml (line 25) | def test_pyproject_toml(self): method test_setup_cfg (line 30) | def test_setup_cfg(self): method common_dependency_checks (line 45) | def common_dependency_checks(self, dependency_list): method test_requirements_txt_multiple (line 72) | def test_requirements_txt_multiple(self): method test_one_off (line 90) | def test_one_off(self): FILE: tests/test_makefile.py class TestInvocation (line 10) | class TestInvocation(MakefileTestCase): method test_gnu_make (line 12) | def test_gnu_make(self): method test_creating (line 18) | def test_creating(self, *cli_args): method test_no_builtin_variables (line 38) | def test_no_builtin_variables(self): FILE: tests/test_pip_compile.py class TestPipCompile (line 12) | class TestPipCompile(MakefileTestCase): method test_issue8 (line 15) | def test_issue8(self): FILE: tests/test_py_autodetect.py class TestPyAutoDetect (line 22) | class TestPyAutoDetect(MakefileTestCase): method __init__ (line 40) | def __init__(self, *a, **ka): method setUp (line 48) | def setUp(self): method save_script (line 53) | def save_script(self, relative_path: str, executable=None): method test_autodetect_happy_path (line 65) | def test_autodetect_happy_path(self): method test_autodetect_venv (line 75) | def test_autodetect_venv(self): method test_autodetect_py_3 (line 91) | def test_autodetect_py_3(self): method test_autodetect_worst_path (line 100) | def test_autodetect_worst_path(self): method test_autodetect_failure (line 108) | def test_autodetect_failure(self): FILE: tests/test_pyproject_toml.py class TestPyprojectToml (line 5) | class TestPyprojectToml(MakefileTestCase): method test_empty (line 7) | def test_empty(self): method test_nonexistent (line 21) | def test_nonexistent(self): method test_multiple (line 39) | def test_multiple(self): FILE: tests/test_recipe_override.py class TestMakefileRecipeOverride (line 19) | class TestMakefileRecipeOverride(MakefileTestCase): method test_recipe_override (line 22) | def test_recipe_override(self): FILE: tests/test_release_checksum.py function calculate_checksum (line 8) | def calculate_checksum(filename): class TestChecksum (line 16) | class TestChecksum(TestCase): method read_checksum (line 21) | def read_checksum(self, filename): method test_checksum (line 29) | def test_checksum(self): FILE: tests/test_release_version.py function get_version (line 10) | def get_version(filename, pattern=VERSION_PATTERN): class TestVersion (line 24) | class TestVersion(TestCase): method test_version (line 32) | def test_version(self): method test_git_tag (line 40) | def test_git_tag(self): method test_changelog (line 68) | def test_changelog(self): FILE: tests/test_requirements_txt.py class TestRequirementsTxt (line 11) | class TestRequirementsTxt(MakefileTestCase): method test_requirements_txt_empty (line 13) | def test_requirements_txt_empty(self): method test_requirements_txt_nonexistent (line 27) | def test_requirements_txt_nonexistent(self): FILE: tests/test_setup_py.py class TestSetupPy (line 5) | class TestSetupPy(MakefileTestCase): method test_setup_py_empty (line 7) | def test_setup_py_empty(self): method test_setup_py_nonexistent (line 21) | def test_setup_py_nonexistent(self): method test_setup_py_multiple (line 39) | def test_setup_py_multiple(self): method test_setup_cfg_multiple (line 81) | def test_setup_cfg_multiple(self): FILE: tests/test_spaces.py class TestSpacesInPath (line 4) | class TestSpacesInPath(MakefileTestCase): method test_spaces (line 9) | def test_spaces(self):