Ejemplo n.º 1
0
def test_build_simple_from_config():
    """Test building a simple task from config.

    """
    task = SimpleTask.build_from_config({'name': 'test'}, {})
    assert task.name == 'test'
Ejemplo n.º 2
0
def test_build_simple_from_config():
    """Test building a simple task from config.

    """
    task = SimpleTask.build_from_config({'name': 'test'}, {})
    assert task.name == 'test'