Created
February 25, 2013 15:23
-
-
Save groovecoder/5030551 to your computer and use it in GitHub Desktop.
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
..E | |
====================================================================== | |
ERROR: test_write_to_file (vagrant.apps.humans.tests.HumansTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/../vagrant/apps/humans/tests.py", line 62, in test_write_to_file | |
ht.write_to_file(humans, target, "Banner Message") | |
TypeError: write_to_file() takes exactly 5 arguments (4 given) | |
---------------------------------------------------------------------- | |
Ran 3 tests in 0.005s | |
FAILED (errors=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment