voting/tests/test_quota.py

8 wiersze
134 B
Python
Czysty Zwykły widok Historia

2018-01-09 03:12:31 +00:00
"""Quota tests."""
# flake8: noqa
import pytest
def test_quota_method(quota_method, seats):
assert quota_method(100, seats) > 0