Skip to content

Commit

Permalink
bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher committed Dec 15, 2024
1 parent 7e0d55c commit d7c0593
Show file tree
Hide file tree
Showing 8 changed files with 207 additions and 1,945 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}
Loading

0 comments on commit d7c0593

Please sign in to comment.