pull/3/head
Flynn 2019-07-11 22:01:01 -04:00
rodzic da6eaf7bf9
commit 7852c7e878
5 zmienionych plików z 0 dodań i 9 usunięć

Wyświetl plik

@ -1,5 +1,4 @@
"""Fixtures."""
# flake8: noqa
import pytest
from voting.apportionment import adams

Wyświetl plik

@ -1,6 +1,4 @@
"""Apportionment method tests."""
# flake8: noqa
import pytest
def test_apportionment_sum(apportionment_method, votes, seats):

Wyświetl plik

@ -1,7 +1,4 @@
"""Diversity tests."""
# flake8: noqa
import pytest
from voting.diversity import general
from voting.diversity import renyi

Wyświetl plik

@ -1,5 +1,4 @@
"""Proportion tests."""
# flake8: noqa
import pytest
from voting.proportion import grofman

Wyświetl plik

@ -1,6 +1,4 @@
"""Quota tests."""
# flake8: noqa
import pytest
def test_quota_method(quota_method, seats):