feat: VSCodeでテストするときも収集対象から除いた
This commit is contained in:
parent
3b74a8ea9f
commit
97141076c2
@ -13,7 +13,7 @@
|
||||
"python.linting.flake8Args": ["--max-line-length=150", "--ignore=F541"],
|
||||
"python.formatting.provider": "autopep8",
|
||||
"python.formatting.autopep8Args": ["--max-line-length", "150"],
|
||||
"python.testing.pytestArgs": ["tests"],
|
||||
"python.testing.pytestArgs": ["tests", "--ignore=tests/test_walk_through.py"],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user