-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: start using benchmark, pytest-subprocess, and pytest-cache-assert
- Loading branch information
Showing
12 changed files
with
233 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Pytest Assert Cache | ||
|
||
This folder is automatically generated by `pytest_cache_assert`. | ||
|
||
Files can be regenerated by deleting and allowing `pytest_cache_assert` to | ||
recreate them when next running the test suite. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"_info": [ | ||
{ | ||
"func_args": {}, | ||
"test_file": "test_code_tag_collector.py", | ||
"test_name": "test_format_report" | ||
} | ||
], | ||
"_json": { | ||
"output": [ | ||
"| Type | Comment | Last Edit | Source File |", | ||
"|:-------|:----------|:------------|:------------------------|", | ||
"| TODO | Example 2 | N/A | .test_calcipy_project:1 |", | ||
"", | ||
"Found code tags for TODO (1)", | ||
"" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"_info": [ | ||
{ | ||
"func_args": {}, | ||
"test_file": "test_code_tag_collector.py", | ||
"test_name": "test_search_lines" | ||
} | ||
], | ||
"_json": [ | ||
{ | ||
"lineno": 2, | ||
"tag": "FIXME", | ||
"text": "Show README.md in the documentation (may need to update paths?)\")" | ||
}, | ||
{ | ||
"lineno": 3, | ||
"tag": "FYI", | ||
"text": "Replace src_examples_dir and make more generic to specify code to include in documentation" | ||
}, | ||
{ | ||
"lineno": 4, | ||
"tag": "HACK", | ||
"text": "Show table of contents in __init__.py file" | ||
}, | ||
{ | ||
"lineno": 7, | ||
"tag": "REVIEW", | ||
"text": "Show table of contents in __init__.py file" | ||
}, | ||
{ | ||
"lineno": 10, | ||
"tag": "HACK", | ||
"text": "Support unconventional dashed code tags" | ||
}, | ||
{ | ||
"lineno": 13, | ||
"tag": "FIXME", | ||
"text": "and FYI: in the same line, but only match the first" | ||
} | ||
] | ||
} |
Oops, something went wrong.