fix: remove snake_case requirement for test names

This commit is contained in:
Rónán Carrigan
2022-02-20 12:34:02 +00:00
parent 49ed805750
commit 95e4decca9

View File

@@ -78,7 +78,7 @@ function PythonNeotestAdapter.discover_positions(path)
local query = [[
((function_definition
name: (identifier) @test.name)
(#match? @test.name "^test_"))
(#match? @test.name "^test"))
@test.definition
(class_definition