File: test_groups.py

package info (click to toggle)
pychurchtools 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 408 kB
  • sloc: python: 2,060; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
from __future__ import annotations

from tests import get_ct_client


class TestGroups:
    @classmethod
    def setup_class(cls):
        cls.ct = get_ct_client()

    def test_agegroups(self):
        assert self.ct.groups.agegroups()