tests: remove #! lines and leverage pytest further
commit16697616a1580db11a171d1eff370975733227d7
authorDavid Aguilar <davvid@gmail.com>
Sat, 17 Jul 2021 18:59:32 +0000 (17 11:59 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 17 Jul 2021 19:20:56 +0000 (17 12:20 -0700)
tree71af9958e6d64fa4a794e1d085911f7db06e8f3f
parent90338d1c1080207abec6de0f6e57b5ee4d602166
tests: remove #! lines and leverage pytest further

Signed-off-by: David Aguilar <davvid@gmail.com>
23 files changed:
test/app_test.py
test/branch_test.py
test/cmds_test.py
test/compat_test.py
test/core_test.py
test/dag_test.py
test/diffparse_test.py
test/display_test.py
test/git_test.py
test/gitcfg_test.py
test/gitcmds_test.py
test/gitops_test.py
test/gravatar_test.py
test/helper.py
test/i18n_test.py
test/icons_test.py
test/main_model_test.py
test/models_selection_test.py
test/resources_test.py
test/settings_test.py
test/spellcheck_test.py
test/textwrap_test.py
test/utils_test.py