view test/requirements.txt @ 8590:db48c0bb4f1c

test: fix tokenless test use proper origin. The test I was using to test for Origin matching TRACKER_WEB was actually passing because it matched HTTP_HOST. Fix it so the test is correct.
author John Rouillard <rouilj@ieee.org>
date Mon, 20 Apr 2026 22:21:08 -0400
parents 4006ddad6b8a
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/