MCPcopy Create free account

hub / github.com/bharatraut/devops_exercise / functions

Functions40 in github.com/bharatraut/devops_exercise

↓ 4 callersFunctionget_question_list
(file_list: List[bytes])
scripts/question_utils.py:18
↓ 3 callersFunctionget_answered_questions
Dont let the type hint confuse you, problem of not using classes. It takes the result of get_question_list(file_list) Returns a list of qu
scripts/question_utils.py:42
↓ 3 callersFunctionopen_test_case_file
(n: int)
tests/syntax_checker_unittest.py:12
↓ 3 callersFunctionpretty_json
(arg)
topics/flask_container_ci/app/main.py:49
↓ 2 callersFunctionget_challenges_count
()
scripts/question_utils.py:66
↓ 2 callersFunctionopen_test_case_file
(n: int)
tests/scripts_question_utils_unittest.py:7
↓ 1 callersFunctionbinary_search
A Binary Search Example which has O(log n) time complexity.
coding/python/binary_search.py:7
↓ 1 callersFunctioncheck_details_tag
Check whether the structure: <details> ... </details> Is correctly followed, if not generates an error.
tests/syntax_lint.py:60
↓ 1 callersFunctioncheck_summary_tag
Check whether the structure: <summary> ... </summary> Is correctly followed, if not generates an error.
tests/syntax_lint.py:97
↓ 1 callersFunctionget_file_list
()
scripts/question_utils.py:12
↓ 1 callersFunctionmain
Reads through README.md for question/answer pairs and adds them to a list to randomly select from and quiz yourself. Supports skipping quesito
scripts/random_question.py:5
↓ 1 callersFunctionpretty_json
(arg)
topics/flask_container_ci2/app/main.py:47
Functionall_users
()
topics/flask_container_ci/app/main.py:32
Functioncolumn
(matrix, column_number)
topics/flask_container_ci2/app/main.py:36
Functioncount_details
Counts the total amount of <details> and </details> Used for debugging purpose, not meant to be used in actual tests
tests/syntax_lint.py:24
Functioncount_summary
Counts the total amount of <details> and </details> Used for debugging purpose, not meant to be used in actual tests
tests/syntax_lint.py:42
Functioncreate_test_app
()
topics/flask_container_ci/app/main.py:55
Functionget_random_question
(question_list: List[List[bytes]], with_answer=False)
scripts/question_utils.py:72
Functionindex
()
topics/flask_container_ci2/app/main.py:17
Functionindex
()
topics/flask_container_ci/app/main.py:21
Functionmatrix
(matrix)
topics/flask_container_ci2/app/main.py:30
Functionrow
(matrix, row_number)
topics/flask_container_ci2/app/main.py:42
MethodsetUp
(self)
topics/flask_container_ci2/tests.py:11
MethodsetUp
(self)
topics/flask_container_ci2/app/tests.py:14
MethodsetUp
(self)
topics/flask_container_ci/tests.py:11
MethodsetUp
(self)
topics/flask_container_ci/app/tests.py:14
MethodtearDown
(self)
topics/flask_container_ci2/app/tests.py:22
MethodtearDown
(self)
topics/flask_container_ci/app/tests.py:22
Methodtest_case_1
(self)
tests/scripts_question_utils_unittest.py:17
Methodtest_case_2
(self)
tests/scripts_question_utils_unittest.py:25
Methodtest_details_count_case1
(self)
tests/syntax_checker_unittest.py:27
Methodtest_details_count_case2
(self)
tests/syntax_checker_unittest.py:30
Methodtest_details_errors_1
(self)
tests/syntax_checker_unittest.py:33
Methodtest_details_errors_2
(self)
tests/syntax_checker_unittest.py:37
Methodtest_main_page
(self)
topics/flask_container_ci2/tests.py:14
Methodtest_main_page
(self)
topics/flask_container_ci/tests.py:14
Methodtest_matrix
(self)
topics/flask_container_ci2/tests.py:18
Methodtest_users_page
(self)
topics/flask_container_ci/tests.py:18
Functionuser_data
(username)
topics/flask_container_ci/app/main.py:37
Functionuser_something
(username)
topics/flask_container_ci/app/main.py:45