Skip to content

Commit

Permalink
Merge pull request #41 from AndrewADev/chore/test-conf
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewADev committed Aug 20, 2023
2 parents 09d82d3 + d2c57f8 commit 069ccd1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,3 @@ dmypy.json

# Pyre type checker
.pyre/

# Presently ignoring, as only contains a non-portable path
.vscode/
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"ms-python.python"
]
}
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Pytest",
"type": "python",
"request": "test",
"console": "integratedTerminal"
}
]
}
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"test"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}

0 comments on commit 069ccd1

Please sign in to comment.