コード例 #1
0
ファイル: test_taxes.py プロジェクト: EitanRosenzvaig/esmio
def test_get_country_choices_for_vat(vatlayer):
    expected_choices = [('DE', 'Germany'), ('PL', 'Poland')]
    choices = get_country_choices_for_vat()
    assert choices == expected_choices
コード例 #2
0
def test_get_country_choices_for_vat(vatlayer):
    expected_choices = [("DE", "Germany"), ("PL", "Poland")]
    choices = get_country_choices_for_vat()
    assert choices == expected_choices
コード例 #3
0
ファイル: test_taxes.py プロジェクト: krzysztofwolski/saleor
def test_get_country_choices_for_vat(vatlayer):
    expected_choices = [('DE', 'Germany'), ('PL', 'Poland')]
    choices = get_country_choices_for_vat()
    assert choices == expected_choices
コード例 #4
0
ファイル: test_taxes.py プロジェクト: mirumee/saleor
def test_get_country_choices_for_vat(vatlayer):
    expected_choices = [("DE", "Germany"), ("PL", "Poland")]
    choices = get_country_choices_for_vat()
    assert choices == expected_choices