refactor: rewrite python provider in lua

This commit is contained in:
dundargoc
2024-01-07 13:05:03 +01:00
committed by dundargoc
parent 13d50c3b13
commit eb5d15e383
11 changed files with 175 additions and 178 deletions

View File

@@ -96,7 +96,7 @@ describe('script_get-based command', function()
-- Provider-based scripts
test_garbage_exec('ruby', not missing_provider('ruby'))
test_garbage_exec('python3', not missing_provider('python3'))
test_garbage_exec('python3', not missing_provider('python'))
-- Missing scripts
test_garbage_exec('python', false)