comparison 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
comparison
equal deleted inserted replaced
8568:052f4536fb85 8569:4006ddad6b8a
1 # the driving harness
2 pytest
3
4 # coverage stats
5 coverage
6 # fuzz tests
7 hypothesis
8 # mock - everybody's favorite
9 mock
10 # JWT tests
11 pyjwt
12 # live_server tests use requests
13 requests
14
15 # readline replacement for windows; used for roundup_admin tests
16 pyreadline3 ; sys_platform == 'win32'

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