Created
September 2, 2014 15:33
-
-
Save tonytan4ever/aedd8f51b0e54ef5b46a 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
Traceback (most recent call last): | |
File "/Users/tony7514/projects/Rackspace/cdn/tests/api/services/test_services.py", line 62, in tearDown | |
super(TestServices, self).tearDown() | |
File "/Users/tony7514/projects/Rackspace/cdn/.tox/py33/lib/python3.3/site-packages/cafe/drivers/unittest/fixtures.py", line 118, in tearDown | |
self._reporter.stop_test_metrics(self._testMethodName, 'Passed') | |
File "/Users/tony7514/projects/Rackspace/cdn/.tox/py33/lib/python3.3/site-packages/cafe/drivers/base.py", line 115, in stop_test_metrics | |
self.stats_log.report(self.test_metrics) | |
File "/Users/tony7514/projects/Rackspace/cdn/.tox/py33/lib/python3.3/site-packages/cafe/common/reporting/metrics.py", line 172, in report | |
test_result.timer.stop_time, test_result.result]) | |
File "/Users/tony7514/projects/Rackspace/cdn/.tox/py33/lib/python3.3/site-packages/cafe/common/reporting/metrics.py", line 154, in writerow | |
csv_writer.writerow(row_list) | |
nose.proxy.TypeError: 'str' does not support the buffer interface |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment