tests/ — flask Directory Structure
Directory listing for tests/ in the flask codebase. Contains 23 files and 4 subdirectories.
Entity Profile
Dependency Diagram
graph TD 36a44e07_02ca_a5c8_1b84_3a54ece1c435["tests/"] c20901c7_2093_c45b_5431_797b4515f447["static/"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> c20901c7_2093_c45b_5431_797b4515f447 c25441a8_9ff0_abfb_c48e_2f2e3f9fbb7a["templates/"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> c25441a8_9ff0_abfb_c48e_2f2e3f9fbb7a 81d7b5d7_e474_2ec4_9dc9_a473504df6f8["test_apps/"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> 81d7b5d7_e474_2ec4_9dc9_a473504df6f8 f6ceb1d9_824e_eb67_4539_109725685592["type_check/"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> f6ceb1d9_824e_eb67_4539_109725685592 91da8911_f5f3_2fff_0b5f_8e0f6b24cbf6["conftest.py"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> 91da8911_f5f3_2fff_0b5f_8e0f6b24cbf6 64d09782_9311_5dea_7886_5faca96ebc84["test_appctx.py"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> 64d09782_9311_5dea_7886_5faca96ebc84 2ca33915_61cb_9ace_26ed_1542aea53eee["test_async.py"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> 2ca33915_61cb_9ace_26ed_1542aea53eee 85bc4fb5_d1d7_a135_020d_69e052c12c0f["test_basic.py"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> 85bc4fb5_d1d7_a135_020d_69e052c12c0f 4366a441_d387_52f9_ec8d_1c41c71c00a8["test_blueprints.py"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> 4366a441_d387_52f9_ec8d_1c41c71c00a8 62c63da0_a9c3_ab0a_4c48_a9413eac90e3["test_cli.py"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> 62c63da0_a9c3_ab0a_4c48_a9413eac90e3 af09ffc0_0dff_d9d9_7274_4611c3d0d0e6["test_config.py"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> af09ffc0_0dff_d9d9_7274_4611c3d0d0e6 007e113d_b6a4_380c_c8c6_bfe1084a255a["test_converters.py"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> 007e113d_b6a4_380c_c8c6_bfe1084a255a d5d22f74_a243_4ea9_9dfe_aaec71d26288["test_helpers.py"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> d5d22f74_a243_4ea9_9dfe_aaec71d26288 27c06adb_1aab_74d2_a3c7_31e63b6a6a6f["test_instance_config.py"] 36a44e07_02ca_a5c8_1b84_3a54ece1c435 --> 27c06adb_1aab_74d2_a3c7_31e63b6a6a6f style 36a44e07_02ca_a5c8_1b84_3a54ece1c435 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Files
- conftest.py
- test_appctx.py
- test_async.py
- test_basic.py
- test_blueprints.py
- test_cli.py
- test_config.py
- test_converters.py
- test_helpers.py
- test_instance_config.py
- test_json.py
- test_json_tag.py
- test_logging.py
- test_regression.py
- test_reqctx.py
- test_request.py
- test_session_interface.py
- test_signals.py
- test_subclassing.py
- test_templating.py
- test_testing.py
- test_user_error_handler.py
- test_views.py
Frequently Asked Questions
What's in the tests/ directory?
The tests/ directory contains 23 files and 4 subdirectories in the flask codebase.
What subdirectories does tests/ contain?
tests/ contains 4 subdirectory(ies): static, templates, test_apps, type_check.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free