Skip to content

Commit

Permalink
Merge pull request #88 from JuliaDebug/sp/test-subdirs
Browse files Browse the repository at this point in the history
refactor: move outputs and fixtures into sepearte dirs
  • Loading branch information
pfitzseb authored Oct 17, 2022
2 parents 27ba248 + 7f346ea commit 2db06bd
Show file tree
Hide file tree
Showing 79 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ end
using TerminalRegressionTests

function run_terminal_test(func, result, commands, validation)
# TerminalRegressionTests.automated_test(joinpath(@__DIR__, validation), commands) do emuterm
TerminalRegressionTests.create_automated_test(joinpath(@__DIR__, validation), commands) do emuterm
TerminalRegressionTests.automated_test(joinpath(@__DIR__, "outputs", validation), commands) do emuterm
# TerminalRegressionTests.create_automated_test(joinpath(@__DIR__, "outputs", validation), commands) do emuterm
Infiltrator.end_session!()
repl = REPL.LineEditREPL(emuterm, true)
repl.interface = REPL.setup_interface(repl)
Expand Down Expand Up @@ -144,7 +144,7 @@ end
"Julia_hist_$(VERSION.major).$(VERSION.minor).multiout")

# top-level test
run_terminal_test(() -> include(joinpath(@__DIR__, "toplevel-fixture.jl")), "success",
run_terminal_test(() -> include(joinpath(@__DIR__, "fixtures", "toplevel-fixture.jl")), "success",
["@exit\n"],
"Julia_toplevel_$(VERSION.major).$(VERSION.minor).multiout")

Expand Down

0 comments on commit 2db06bd

Please sign in to comment.