|
| 1 | +@pytest.mark.app_import_flask |
| 2 | +@pytest.mark.app_create_flask_app |
| 3 | +@pytest.mark.templates_folder |
| 4 | +@pytest.mark.index_template |
| 5 | +@pytest.mark.app_index_route_function |
| 6 | +@pytest.mark.app_route_decoractors |
| 7 | + |
| 8 | +@pytest.mark.layout_template |
| 9 | +@pytest.mark.add_bulma_css_framework |
| 10 | +@pytest.mark.add_custom_css |
| 11 | +@pytest.mark.add_fontawesome |
| 12 | +@pytest.mark.extend_base_template |
| 13 | + |
| 14 | +@pytest.mark.app_import_sqlite |
| 15 | +@pytest.mark.app_import_g |
| 16 | +@pytest.mark.app_db_path |
| 17 | +@pytest.mark.app_get_db_get_attribute |
| 18 | +@pytest.mark.app_get_db_connection |
| 19 | +@pytest.mark.app_get_db_row_factory |
| 20 | +@pytest.mark.app_query_db |
| 21 | +@pytest.mark.app_query_db_parameters |
| 22 | +@pytest.mark.app_query_db_execute |
| 23 | +@pytest.mark.app_query_db_fetchall |
| 24 | +@pytest.mark.app_query_db_one |
| 25 | +@pytest.mark.app_close_connection |
| 26 | +@pytest.mark.app_close_connection_decorator |
| 27 | + |
| 28 | +@pytest.mark.template_macros |
| 29 | +@pytest.mark.show_job_macro_definition |
| 30 | +@pytest.mark.show_job_macro_html |
| 31 | +@pytest.mark.show_job_macro_header |
| 32 | +@pytest.mark.show_job_macro_body |
| 33 | +@pytest.mark.show_jobs_macro_definition |
| 34 | +@pytest.mark.show_jobs_macro_for_loop |
| 35 | +@pytest.mark.show_jobs_macro_for_loop_body |
| 36 | +@pytest.mark.import_macros |
| 37 | +@pytest.mark.index_template |
| 38 | +@pytest.mark.display_all_jobs |
| 39 | +@pytest.mark.app_jobs_route_jobs |
| 40 | + |
| 41 | +@pytest.mark.app_job_template |
| 42 | +@pytest.mark.app_job_route |
| 43 | +@pytest.mark.app_job_route_decorator |
| 44 | +@pytest.mark.app_job_route_parameter |
| 45 | +@pytest.mark.app_job_route_data |
| 46 | +@pytest.mark.app_job_route_pass_data |
| 47 | + |
| 48 | +@pytest.mark.employer_template |
| 49 | +@pytest.mark.employer_template_details |
| 50 | +@pytest.mark.employer_template_all_jobs |
| 51 | +@pytest.mark.employer_template_reviews |
| 52 | +@pytest.mark.employer_template_review_stars |
| 53 | +@pytest.mark.employer_template_review_details |
| 54 | +@pytest.mark.app_employer_route |
| 55 | +@pytest.mark.app_employer_route_employers |
| 56 | +@pytest.mark.app_employer_route_jobs |
| 57 | +@pytest.mark.app_employer_route_reviews |
| 58 | + |
| 59 | +@pytest.mark.app_review_route |
| 60 | +@pytest.mark.app_review_post_request_check |
| 61 | +@pytest.mark.app_review_insert_review |
| 62 | +@pytest.mark.review_form_cancel |
0 commit comments