Skip to content

Commit

Permalink
BUILD: make tests discoverable in .devcontainer.json (pandas-dev#34929)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Jun 23, 2020
1 parent 7d6377d commit d8c2ab5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"python.linting.pylintEnabled": false,
"python.linting.mypyEnabled": true,
"python.testing.pytestEnabled": true,
"python.testing.cwd": "pandas/tests"
"python.testing.pytestArgs": [
"pandas"
]
},

// Add the IDs of extensions you want installed when the container is created in the array below.
Expand Down

0 comments on commit d8c2ab5

Please sign in to comment.