Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed runtests.jl default test to test default runtests.jl changed #11881

Closed
wants to merge 1 commit into from

Conversation

dcjones
Copy link
Contributor

@dcjones dcjones commented Jun 26, 2015

This changed the default test file made by Pkg.generate to a failing test that tests that changes have been made to the default runtests.jl.

This is a serious suggestion, but a slightly less than serious implementation.

@aviks
Copy link
Member

aviks commented Jun 26, 2015

+1. If we do anything like JuliaLang/METADATA.jl#2777 (comment) this is necessary.

@quinnj
Copy link
Member

quinnj commented Jun 26, 2015

+1

# write your own tests here
@test 1 == 1
function still_using_default_tests()
testtext = readall(Base.source_path())
Copy link
Contributor

Choose a reason for hiding this comment

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

should this be @__FILE__ ?

@kshyatt kshyatt added the packages Package management and loading label Jul 2, 2015
@tkelman
Copy link
Contributor

tkelman commented May 27, 2016

superseded by JuliaLang/PkgDev.jl#45

@tkelman tkelman closed this May 27, 2016
@tkelman tkelman deleted the dcjones/defaulttest branch May 27, 2016 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages Package management and loading
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants