Custom Query (1173 matches)
Results (241 - 243 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#662 | fixed | Replace mediagoblin/tests/test_submission/evil* | ||
Description |
I wasn't aware, but one of our tests checks to make sure we can't upload an executable, and that executable is in I'm not sure what to replace this with. We could try to replace it with a bash script that does something mundane... that might be sufficient. |
|||
#664 | fixed | Overflow not handled at pages like delete media ones | ||
Description |
See the attached image |
|||
#665 | fixed | Tests fail for WebTest 2.0.2 | ||
Description |
WebTest 2.0.2 breaks tests. :( Currently, only 1 test is failing. Using ./bin/nosetests + CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_tests + exec ./bin/nosetests ./mediagoblin/tests ...........E............................................................................. ====================================================================== ERROR: mediagoblin.tests.test_csrf_middleware.test_csrf_cookie_set ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/dave/Code/mediagoblin/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/case.py", line 197, in runTest self.test(*self.arg) File "/home/dave/Code/mediagoblin/mediagoblin/tests/test_csrf_middleware.py", line 30, in test_csrf_cookie_set assert cookie_name in response.cookies_set AttributeError: 'TestResponse' object has no attribute 'cookies_set' -------------------- >> begin captured logging << -------------------- mediagoblin.tools.routing: DEBUG: endpoint: mediagoblin.auth.login view_func: <function login at 0x49ad6e0> --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- Ran 89 tests in 131.405s FAILED (errors=1) |