numirias / pytest-json-report

🗒️ A pytest plugin to report test results as JSON
MIT License
146 stars 39 forks source link

New release #23

Closed hexaclock closed 5 years ago

hexaclock commented 5 years ago

Not an issue, just wondering if you plan on creating a new PyPy release to include the recent features/changes? Thanks!

numirias commented 5 years ago

I'm currently in the middle of some major refactorings, so I'll defer official releases for now.

But I made a development pre-release that includes the latest changes. You can install it like this:

pip install pytest-json-report==0.8.0.dev0 --upgrade --pre --no-cache-dir
hexaclock commented 5 years ago

Perfect, thank you!