Add TestParakeetContext
This commit is contained in:
parent
fdaf031858
commit
46a3a2cb93
|
|
@ -0,0 +1,7 @@
|
|||
require_relative "helper"
|
||||
|
||||
class TestParakeetContext < TestBase
|
||||
def test_new
|
||||
assert_instance_of Parakeet::Context, Parakeet::Context.new(File.join(__dir__, "../../../models/parakeet-tdt-0.6b-v3.bin"))
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue