Exemplo n.º 1
0
def test_import_attribute_import_error():
    with pytest.raises((ImportError, AttributeError)):
        helpers.import_attribute('tabulator.bad_name')
Exemplo n.º 2
0
def test_import_attribute():
    assert helpers.import_attribute('tabulator.helpers') == helpers
Exemplo n.º 3
0
def test_import_attribute():
    assert helpers.import_attribute('tabulator.helpers') == helpers
Exemplo n.º 4
0
def test_import_attribute_import_error():
    with pytest.raises((ImportError, AttributeError)):
        helpers.import_attribute('tabulator.bad_name')