at pytest author's advice, changing the way _setup back to -> setup
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 18 Apr 2013 15:53:00 +0000 (10:53 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 18 Apr 2013 15:53:36 +0000 (10:53 -0500)
commit0f3467013f64ee812bc2121ad94e7a9961f6ee72
treefdd456e79024abb0ec45a79e902ddf796ce207a1
parent90d7de255ae04dd6db386db00db394e596f99881
at pytest author's advice, changing the way _setup back to -> setup

They showed me how to use @pytest.fixture, which allowed us to pass the
test into setup!
mediagoblin/tests/test_submission.py