Skip to content

Commit

Permalink
remove old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoey de Souza Pessanha committed Jul 24, 2023
1 parent 7597b68 commit 3f85e09
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 64 deletions.
26 changes: 0 additions & 26 deletions test/nexus/runtime_storage_test.exs

This file was deleted.

38 changes: 0 additions & 38 deletions test/nexus_test.exs

This file was deleted.

16 changes: 16 additions & 0 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
ExUnit.start()

defmodule MyCLITest do
use Nexus

defcommand :test, type: :string

@impl true
def version, do: "0.0.0"

@impl true
def handle_input(:test, args) do
args
end

Nexus.parse()
end

0 comments on commit 3f85e09

Please sign in to comment.