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

Add unittest to test TARDIS/COBalD entry_points #94

Open
giffels opened this issue Oct 7, 2019 · 0 comments
Open

Add unittest to test TARDIS/COBalD entry_points #94

giffels opened this issue Oct 7, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@giffels
Copy link
Member

giffels commented Oct 7, 2019

The factory function

def create_composite_pool(configuration='tardis.yml'):
is available as COBalD YAML plugin., hence it is included in the entry_points inside setup.py
entry_points={
.

Talking to @maxfischer2781 we can currently not unittest those tags, since the package needs to be installed before testing. This is possible using pytest, however no solution for the unittest package has been found yet.

@giffels giffels added the enhancement New feature or request label Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant