Skip to content

Commit 0f1692d

Browse files
author
zhenwei-li
committed
修改默认规范tests 与 discover 套件冲突问题
1 parent a409826 commit 0f1692d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ platform = linux: linux
2323
; alwayscopy = True
2424
allowlist_externals =
2525
/bin/bash
26-
changedir =
27-
test
26+
; changedir =
27+
; tests
2828
# https://tox.readthedocs.io/en/latest/config.html#conf-deps
2929
deps =
30+
unittest2
3031
flake8
3132
virtualenv
3233
setuptools
@@ -41,4 +42,5 @@ commands =
4142
; windows: python --version
4243
; macos,linux: python --version
4344
discover
45+
; unit2 discover []
4446
; python -m unittest discover

0 commit comments

Comments
 (0)