feat(pytest): populate parameterized test instances (#36)

Co-authored-by: Rónán Carrigan <rcarriga@tcd.ie>
This commit is contained in:
Daniel Watkins
2023-11-12 06:01:00 -05:00
committed by GitHub
parent 81d2265efa
commit ff20740633
5 changed files with 133 additions and 6 deletions

View File

@@ -38,7 +38,9 @@ require("neotest").setup({
is_test_file = function(file_path)
...
end,
-- !!EXPERIMENTAL!! Enable shelling out to `pytest` to discover test
-- instances for files containing a parametrize mark (default: false)
pytest_discover_instances = true,
})
}
})