Skip to content

Commit

Permalink
Refactor test structure and rename files. (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
athackst committed Apr 22, 2022
1 parent 19c1c06 commit 63dba6f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/run_integration_tests.sh
Expand Up @@ -24,7 +24,7 @@ pip install mkdocs-macros-plugin mkdocstrings mkdocs-material
#
# ```bash
./examples/gen_readme.py
./tests/test.bats
./tests/integration_test.bats
# ```
# </details>
# /md
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/run_unit_tests.sh
Expand Up @@ -14,7 +14,7 @@ pip install -e .
# <details>
# <summary>Code</summary>
# ```bash
python3 -m unittest tests/*_test.py
python3 -m unittest tests/test_*.py
# ```
# </details>
# /md
File renamed without changes.

0 comments on commit 63dba6f

Please sign in to comment.