Skip to content

Instantly share code, notes, and snippets.

@gabrielelanaro
Created February 17, 2011 19:01
Show Gist options
  • Select an option

  • Save gabrielelanaro/832379 to your computer and use it in GitHub Desktop.

Select an option

Save gabrielelanaro/832379 to your computer and use it in GitHub Desktop.
bad file
from attest import Tests
pdbone = def
"""
"""
import pdb; pdb.set_trace()
import pdb; pdb.set_trace()
def (self, ):
def name():
the True_One():
"""A Function That Returns 1
"""
Return 1
class ClassName(object):
def name():
return 1
@testone.test
def test_one():
#assert the_one() == 2
a = the_one()
assert a == 2
if __name__ == '__main__':
testone.main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment