.editorconfig
.gitignore
LICENSE
Pipfile
README.md
ruff.toml
setup.cfg
setup.py
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
testrail_api/__init__.py
testrail_api/__version__.py
testrail_api/_category.py
testrail_api/_enums.py
testrail_api/_exception.py
testrail_api/_session.py
testrail_api/_testrail_api.py
testrail_api.egg-info/PKG-INFO
testrail_api.egg-info/SOURCES.txt
testrail_api.egg-info/dependency_links.txt
testrail_api.egg-info/requires.txt
testrail_api.egg-info/top_level.txt
tests/attach.jpg
tests/conftest.py
tests/pytest.ini
tests/test_attachments.py
tests/test_case_fields.py
tests/test_case_types.py
tests/test_cases.py
tests/test_configurations.py
tests/test_datasets.py
tests/test_groups.py
tests/test_labels.py
tests/test_milestone.py
tests/test_other.py
tests/test_plans.py
tests/test_priorities.py
tests/test_projects.py
tests/test_reports.py
tests/test_result_fields.py
tests/test_results.py
tests/test_roles.py
tests/test_runs.py
tests/test_sections.py
tests/test_shared_steps.py
tests/test_statuses.py
tests/test_suites.py
tests/test_template.py
tests/test_tests.py
tests/test_users.py
tests/test_variables.py