voting/tests/test_quota.py

8 wiersze
134 B
Python

"""Quota tests."""
# flake8: noqa
import pytest
def test_quota_method(quota_method, seats):
assert quota_method(100, seats) > 0