Files
tfm_ainventory/graphify-out/cache/d910ee3da47ec35c5a630121ec24efd2ff188319b034eb091d52606337648c27.json

1 line
18 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_apps_py", "label": "test_apps.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L1"}, {"id": "test_apps_appstest", "label": "AppsTest", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L17"}, {"id": "testcase", "label": "TestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_apps_appstest_test_master_context", "label": ".test_master_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L26"}, {"id": "test_apps_appstest_test_custom_app_context", "label": ".test_custom_app_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L30"}, {"id": "test_apps_appstest_test_django16_context", "label": ".test_django16_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L41"}, {"id": "test_apps_appstest_test_django_context", "label": ".test_django_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L55"}, {"id": "test_apps_appstest_test_ldap_nocrypt_context", "label": ".test_ldap_nocrypt_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L65"}, {"id": "test_apps_appstest_test_ldap_context", "label": ".test_ldap_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L76"}, {"id": "test_apps_appstest_test_ldap_mysql_context", "label": ".test_ldap_mysql_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L86"}, {"id": "test_apps_appstest_test_postgres_context", "label": ".test_postgres_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L94"}, {"id": "test_apps_appstest_test_phppass_context", "label": ".test_phppass_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L99"}, {"id": "test_apps_appstest_test_phpbb3_context", "label": ".test_phpbb3_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L118"}, {"id": "test_apps_appstest_test_roundup_context", "label": ".test_roundup_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L127"}, {"id": "test_apps_rationale_18", "label": "perform general tests to make sure contexts work", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L18"}, {"id": "test_apps_rationale_19", "label": "# NOTE: these tests are not really comprehensive,", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L19"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_apps_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_apps_py", "target": "passlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_apps_py", "target": "passlib_tests_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_apps_py", "target": "test_apps_appstest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L17", "weight": 1.0}, {"source": "test_apps_appstest", "target": "testcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L17", "weight": 1.0}, {"source": "test_apps_appstest", "target": "test_apps_appstest_test_master_context", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L26", "weight": 1.0}, {"source": "test_apps_appstest", "target": "test_apps_appstest_test_custom_app_context", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L30", "weight": 1.0}, {"source": "test_apps_appstest", "target": "test_apps_appstest_test_django16_context", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L41", "weight": 1.0}, {"source": "test_apps_appstest", "target": "test_apps_appstest_test_django_context", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L55", "weight": 1.0}, {"source": "test_apps_appstest", "target": "test_apps_appstest_test_ldap_nocrypt_context", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L65", "weight": 1.0}, {"source": "test_apps_appstest", "target": "test_apps_appstest_test_ldap_context", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L76", "weight": 1.0}, {"source": "test_apps_appstest", "target": "test_apps_appstest_test_ldap_mysql_context", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L86", "weight": 1.0}, {"source": "test_apps_appstest", "target": "test_apps_appstest_test_postgres_context", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L94", "weight": 1.0}, {"source": "test_apps_appstest", "target": "test_apps_appstest_test_phppass_context", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L99", "weight": 1.0}, {"source": "test_apps_appstest", "target": "test_apps_appstest_test_phpbb3_context", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L118", "weight": 1.0}, {"source": "test_apps_appstest", "target": "test_apps_appstest_test_roundup_context", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L127", "weight": 1.0}, {"source": "test_apps_rationale_18", "target": "test_apps_appstest", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L18", "weight": 1.0}, {"source": "test_apps_rationale_19", "target": "backend_venv_lib_python3_12_site_packages_passlib_tests_test_apps_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L19", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_apps_appstest_test_master_context", "callee": "assertGreater", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L28"}, {"caller_nid": "test_apps_appstest_test_master_context", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L28"}, {"caller_nid": "test_apps_appstest_test_master_context", "callee": "schemes", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L28"}, {"caller_nid": "test_apps_appstest_test_custom_app_context", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L32"}, {"caller_nid": "test_apps_appstest_test_custom_app_context", "callee": "schemes", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L32"}, {"caller_nid": "test_apps_appstest_test_custom_app_context", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L39"}, {"caller_nid": "test_apps_appstest_test_custom_app_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L39"}, {"caller_nid": "test_apps_appstest_test_django16_context", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L50"}, {"caller_nid": "test_apps_appstest_test_django16_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L50"}, {"caller_nid": "test_apps_appstest_test_django16_context", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L52"}, {"caller_nid": "test_apps_appstest_test_django16_context", "callee": "identify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L52"}, {"caller_nid": "test_apps_appstest_test_django16_context", "callee": "assertFalse", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L53"}, {"caller_nid": "test_apps_appstest_test_django16_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L53"}, {"caller_nid": "test_apps_appstest_test_django_context", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L60"}, {"caller_nid": "test_apps_appstest_test_django_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L60"}, {"caller_nid": "test_apps_appstest_test_django_context", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L62"}, {"caller_nid": "test_apps_appstest_test_django_context", "callee": "identify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L62"}, {"caller_nid": "test_apps_appstest_test_django_context", "callee": "assertFalse", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L63"}, {"caller_nid": "test_apps_appstest_test_django_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L63"}, {"caller_nid": "test_apps_appstest_test_ldap_nocrypt_context", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L71"}, {"caller_nid": "test_apps_appstest_test_ldap_nocrypt_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L71"}, {"caller_nid": "test_apps_appstest_test_ldap_nocrypt_context", "callee": "assertIs", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L73"}, {"caller_nid": "test_apps_appstest_test_ldap_nocrypt_context", "callee": "identify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L73"}, {"caller_nid": "test_apps_appstest_test_ldap_context", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L84"}, {"caller_nid": "test_apps_appstest_test_ldap_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L84"}, {"caller_nid": "test_apps_appstest_test_ldap_mysql_context", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L92"}, {"caller_nid": "test_apps_appstest_test_ldap_mysql_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L92"}, {"caller_nid": "test_apps_appstest_test_postgres_context", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L97"}, {"caller_nid": "test_apps_appstest_test_postgres_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L97"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L106"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L106"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "has_backend", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L109"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L110"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L110"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L111"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "default_scheme", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L111"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L112"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "handler", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L112"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L114"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "identify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L114"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L115"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "default_scheme", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L115"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L116"}, {"caller_nid": "test_apps_appstest_test_phppass_context", "callee": "handler", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L116"}, {"caller_nid": "test_apps_appstest_test_phpbb3_context", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L124"}, {"caller_nid": "test_apps_appstest_test_phpbb3_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L124"}, {"caller_nid": "test_apps_appstest_test_phpbb3_context", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L125"}, {"caller_nid": "test_apps_appstest_test_phpbb3_context", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L125"}, {"caller_nid": "test_apps_appstest_test_phpbb3_context", "callee": "hash", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L125"}, {"caller_nid": "test_apps_appstest_test_roundup_context", "callee": "assertTrue", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L135"}, {"caller_nid": "test_apps_appstest_test_roundup_context", "callee": "verify", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/tests/test_apps.py", "source_location": "L135"}]}