Esempio 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()
Esempio n. 2
0
def test_should_throw_exception_when_is_empty(project_form):
    fixture = {}
    project = ProjectForm(data=fixture)
    assert not project.validate()
Esempio 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()