Пример #1
0
def test_import_attribute_import_error():
    with pytest.raises((ImportError, AttributeError)):
        helpers.import_attribute('tabulator.bad_name')
Пример #2
0
def test_import_attribute():
    assert helpers.import_attribute('tabulator.helpers') == helpers
Пример #3
0
def test_import_attribute():
    assert helpers.import_attribute('tabulator.helpers') == helpers
Пример #4
0
def test_import_attribute_import_error():
    with pytest.raises((ImportError, AttributeError)):
        helpers.import_attribute('tabulator.bad_name')