Skip to content
Snippets Groups Projects
Commit 414eb326 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Started testing on buildout recipes.

parent 99fbb9e9
No related branches found
No related tags found
No related merge requests found
import pytest
@pytest.fixture(scope='module')
def set_up():
from ..setup_to_meta import Recipe
recipe = Recipe(buildout=None, name=None, options={'recipe': 'setup_to_meta'})
return recipe
\ No newline at end of file
import pytest
class TestSetupToMeta:
def test_output(self, set_up):
recipe = set_up
recipe.install()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment