view test/requirements.txt @ 8569:4006ddad6b8a

docs: add test/requirements.txt and doc same in developers.txt Help devs get test environment set up. Also document ruff as option with pylint and flake8.
author John Rouillard <rouilj@ieee.org>
date Mon, 13 Apr 2026 12:55:03 -0400
parents
children 363a6bb5a6ae
line wrap: on
line source

# the driving harness
pytest

# coverage stats
coverage
# fuzz tests
hypothesis
# mock - everybody's favorite
mock
# JWT tests
pyjwt
# live_server tests use requests
requests

# readline replacement for windows; used for roundup_admin tests
pyreadline3 ; sys_platform == 'win32'

Roundup Issue Tracker: http://roundup-tracker.org/