master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit e3c8a5ddd4 - Show all commits

View File

@@ -15,10 +15,6 @@ return {
}, },
args = { "--log-level", "DEBUG" }, args = { "--log-level", "DEBUG" },
runner = 'pytest', runner = 'pytest',
python = '.venv/Scripts/python.exe',
-- is_test_file = function(file_path)
-- return file_path:find("^test_") ~= nil
-- end,
}) })
} }
}) })