openworm / owmeta-core

Core library for owmeta
MIT License
3 stars 2 forks source link

Create a pytest plugin for owmeta-core test fixtures for use in owmeta-* projects. #31

Closed mwatts15 closed 2 years ago

mwatts15 commented 3 years ago

Should include just plugins that are useful for derived projects. Probably just owm_project is good, though the core_bundle fixture must be replaced for the plugin.

See pytest plugin docs and cookiecutter project

mwatts15 commented 2 years ago

Created https://owmeta-pytest-plugin.readthedocs.io/en/latest/usage.html The core bundle has to be gotten by specifying a remote and using a generic bundle fixture (or just including a remote if the core bundle is to be fetched as a dependency).