voting/tests/test_quota.py

6 wiersze
105 B
Python

"""Quota tests."""
def test_quota_method(quota_method, seats):
assert quota_method(100, seats) > 0