Mercurial > p > roundup > code
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/requirements.txt Mon Apr 13 12:55:03 2026 -0400 @@ -0,0 +1,16 @@ +# 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'
