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

Adopt @testset syntax for PyTest.jl #1

Open
pdobacz opened this issue Nov 6, 2016 · 1 comment
Open

Adopt @testset syntax for PyTest.jl #1

pdobacz opened this issue Nov 6, 2016 · 1 comment

Comments

@pdobacz
Copy link
Owner

pdobacz commented Nov 6, 2016

It would be good if instead of @pytest one could do @testset to invoke PyTest-tests, so that PyTest features can be used as an extension to Base.Test.

But how could that work?

@s-celles
Copy link

s-celles commented Nov 12, 2017

@pdobacz maybe you should have a look at
https://github.com/JuliaLang/julia/blame/96b28d64bdd3ae037378028d4cd60e5a4c397256/HISTORY.md#L289 , see this PR JuliaLang/julia#13062
and contact someone who worked on Julia tests in Base (and particulary on testset macro) @Lainnz
Adding fixtures to Base.Test will be a great feature to have!
So maybe some other people could help on this : @aviks @quinnj @tkelman ...

PS : burrowsa/Fixtures.jl#15 is broken for Julia 0.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants