Skip to content

Commit

Permalink
v0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian committed Jan 16, 2020
1 parent 43230e1 commit 23ab952
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/tests_genie_generators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
end;


cd(testdir)
Pkg.activate(".")
# cd(testdir)
# Pkg.activate(".")


@safetestset "Autostart app" begin
using Genie
# @safetestset "Autostart app" begin
# using Genie

workdir = Base.Filesystem.mktempdir()
# workdir = Base.Filesystem.mktempdir()

Genie.newapp(workdir, autostart = true, testmode = true)
# Genie.newapp(workdir, autostart = true, testmode = true)

@test true === true
end;
# @test true === true
# end;


cd(testdir)
Expand Down

2 comments on commit 23ab952

@essenciary
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/8051

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.24.0 -m "<description of version>" 23ab95264db759e2d341b93f14fef604f73d8fb1
git push origin v0.24.0

Please sign in to comment.