Skip to content

Commit 73ff03a

Browse files
committed
docs: test names
1 parent a87083c commit 73ff03a

12 files changed

+383
-223
lines changed

db/jobs.sqlite

0 Bytes
Binary file not shown.

requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Flask==1.0.2
2-
pytest==3.6.3
3-
python-dotenv==0.8.2
2+
pytest==3.7.1
3+
pytest-json-report==0.7.0
4+
python-dotenv==0.9.1

scratch_tasks.md

-146
This file was deleted.

tag_names.txt

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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

Comments
 (0)