hyperbrowser / genomic-hyperbrowser

The GSuite HyperBrowser - the new version of the Genomic HyperBrowser, currently forked from Galaxy v16.01
https://hyperbrowser.uio.no
Other
2 stars 2 forks source link

Create a testing plugin for pytest #91

Open radmilak opened 4 years ago

radmilak commented 4 years ago

Create a plugin based on pytest-html that supports profiling - based on an existing plugin for nose created by Sveinung: https://github.com/hyperbrowser/nose-html-profiler

The plugin should run profiling and create call-graphs. Upload plugin to PyPi when done to make it easily installable.

radmilak commented 3 years ago

branch: https://github.com/radmilak/pytest_plugin/tree/pytest-profiling Note that this is on my github space, as I didn't quite know where to put it, at some point it should probably be moved.

the branch for the ProTo tool is here: https://github.com/hyperbrowser/genomic-hyperbrowser/tree/ft_master/pytest_proto_tool The tool is finished, but it was only me who tried to use it, so there can be some issues.