Ejemplo n.º 1
0
def test_should_throw_exception_when_is_empty(project_form):
    from autoconstruccion.web.forms import ProjectForm
    fixture = {}
    project = ProjectForm(data=fixture)
    assert not project.validate()
Ejemplo n.º 2
0
def test_should_throw_exception_when_is_empty(project_form):
    fixture = {}
    project = ProjectForm(data=fixture)
    assert not project.validate()
Ejemplo n.º 3
0
def test_should_throw_exception_when_is_empty(project_form):
    from autoconstruccion.web.forms import ProjectForm
    fixture = {}
    project = ProjectForm(data=fixture)
    assert not project.validate()