Skip to content

Commit

Permalink
Run h2spec suite on every test run
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Sep 24, 2021
1 parent dcf11eb commit ce0bfeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions test/bandit/http2/h2spec_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ defmodule H2SpecTest do
conn |> send_resp(200, "OK")
end

@tag capture_log: true
test "passes h2spec", context do
{cmd, opts} =
case System.find_executable("h2spec") do
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Path.wildcard(Path.join(__DIR__, "support/*.{ex,exs}")) |> Enum.each(&Code.require_file/1)
ExUnit.start()
ExUnit.configure(exclude: [external_conformance: true])
Logger.configure(level: :warn)

0 comments on commit ce0bfeb

Please sign in to comment.