File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919)
2020from execution_testing .config import DocsConfig
2121
22- importlib .reload (
23- gen_test_doc
24- ) # get changes in plugin to trigger an update for `mkdocs serve`
22+ importlib .reload (gen_test_doc ) # get changes in plugin to trigger an update for `mkdocs serve`
2523
2624TARGET_FORK = DocsConfig ().TARGET_FORK
2725GENERATE_UNTIL_FORK = DocsConfig ().GENERATE_UNTIL_FORK
4038fast_mode = getenv ("FAST_DOCS" )
4139if fast_mode is not None :
4240 if fast_mode .lower () == "true" :
43- print (
44- "-" * 40 , "\n Will generate docs using FAST_DOCS mode.\n " + "-" * 40
45- )
41+ print ("-" * 40 , "\n Will generate docs using FAST_DOCS mode.\n " + "-" * 40 )
4642 test_arg = "tests/frontier"
4743
4844args = [
6662
6763runner = CliRunner ()
6864logger .info (
69- f"Generating documentation for test cases until { GENERATE_UNTIL_FORK } as "
70- f"fill { ' ' .join (args )} "
65+ f"Generating documentation for test cases until { GENERATE_UNTIL_FORK } as fill { ' ' .join (args )} "
7166)
7267result = runner .invoke (fill , args )
7368for line in result .output .split ("\n " ):
You can’t perform that action at this time.
0 commit comments