Created
February 17, 2011 19:01
-
-
Save gabrielelanaro/832379 to your computer and use it in GitHub Desktop.
bad file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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