Skip to content

Commit a409826

Browse files
author
zhenwei-li
committed
修改默认规范 tests
1 parent 1833e9d commit a409826

25 files changed

Lines changed: 2 additions & 198 deletions

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"python.autoComplete.extraPaths": [
5858
"./src",
5959
"./mock",
60-
"./test",
60+
"./tests",
6161
"./venv2/bin",
6262
"./venv2/Lib/python2.7/site-packages",
6363
// "./venv/bin",
@@ -84,7 +84,7 @@
8484
"python.testing.unittestArgs": [
8585
"-v",
8686
"-s",
87-
"./test",
87+
"./tests",
8888
"-p",
8989
"test_*.py"
9090
],

test/com/dvsnier/conf/test_common_conf.py

Lines changed: 0 additions & 192 deletions
This file was deleted.

test/com/dvsnier/git/pull/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/com/dvsnier/git/remote/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/com/dvsnier/http/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/com/dvsnier/process/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)