Skip to content

Instantly share code, notes, and snippets.

@nicholas-gh
Created June 30, 2010 11:20
Show Gist options
  • Save nicholas-gh/458538 to your computer and use it in GitHub Desktop.
Save nicholas-gh/458538 to your computer and use it in GitHub Desktop.
mkdir tmpdir
cd tmpdir
wget http://ftp.edgewall.com/pub/bitten/Bitten-0.6b2.tar.gz
wget http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.1.tar.gz#md5=0bbe3a2e5e4cac040013733aca159d89
tar xvzf Bitten-0.6b2.tar.gz
tar xvzf simplejson-2.1.1.tar.gz
cat >>Bitten-0.6b2/setup.cfg <<EOF
[pytest_unittest]
scan =
bitten.tests:suite
bitten.slave_tests:suite
EOF
py.test -p unittestscanner simplejson-2.1.1 Bitten-0.6b2
----------
ERROR: can't collect: Bitten-0.6b2
no node named 'Bitten-0.6b2' below <Directory 'tmpdir'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment