Skip to content
Snippets Groups Projects

Procmeta

Merged Markus Scheidgen requested to merge procmeta into master
8 files
+ 117
24
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 1
1
@@ -44,7 +44,7 @@
"cwd": "${workspaceFolder}",
"program": "${workspaceFolder}/.pyenv/bin/pytest",
"args": [
"-sv", "tests/test_utils::test_timer"
"-sv", "tests/test_parsing.py::TestLocalBackend::test_two_sections"
]
},
{
Loading