Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

tests.jl does not test the run function at all #10

Closed
astrieanna opened this issue Sep 4, 2013 · 1 comment
Closed

tests.jl does not test the run function at all #10

astrieanna opened this issue Sep 4, 2013 · 1 comment

Comments

@astrieanna
Copy link
Contributor

Just executing the run function would save us from a lot of deprecation/unexport/rename bugs.
Is there a way we can test running that function, even though it never returns?

@rened
Copy link
Contributor

rened commented Jan 15, 2014

perhaps something along the lines of

context("test run") do
@async run()
sleep(0.5) # to allow for startup if any
# actual tests here, requesting from the server
end

@IainNZ IainNZ closed this as completed in 2c839b1 Aug 27, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants