Skip to content

Commit

Permalink
update testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Apr 1, 2020
1 parent e845086 commit 9d2487a
Show file tree
Hide file tree
Showing 5 changed files with 538 additions and 252 deletions.
251 changes: 0 additions & 251 deletions test/completions.jl

This file was deleted.

8 changes: 8 additions & 0 deletions test/completions/completions.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@testset "completions" begin
@testset "REPL-backend completion mode" begin
include("replcompletions.jl")
end
@testset "fuzzy completion mode" begin
include("fuzzycompletions.jl")
end
end
Loading

0 comments on commit 9d2487a

Please sign in to comment.