https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: e49f2381e15b80c0f7b23fd1aac99ca780f537a1 authored by Dave Eargle on 15 March 2021, 20:37:52 UTC
disable psiturk-heroku-config attach-psql
Tip revision: e49f238
setup.cfg
[aliases]
test=pytest

[testenv]
deps = .[test]

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