https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: a2a9556bdc5ede2102f02077fe26c282178a10f8 authored by Dave Eargle on 18 March 2021, 23:06:31 UTC
docs: add static ip flexible cloudflare
Tip revision: a2a9556
setup.cfg
[aliases]
test=pytest

[testenv]
deps = .[test]

[tool:pytest]
addopts = --disable-socket
back to top