Add patch_panel example
This commit is contained in:
parent
b16cafbb5c
commit
51729542f3
12 changed files with 227 additions and 0 deletions
8
examples/patch_panel/test/patch_panel_test.exs
Normal file
8
examples/patch_panel/test/patch_panel_test.exs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
defmodule PatchPanelTest do
|
||||
use ExUnit.Case
|
||||
doctest PatchPanel
|
||||
|
||||
test "greets the world" do
|
||||
assert PatchPanel.hello() == :world
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue