Created
April 5, 2012 19:17
-
-
Save Fluxx/2313355 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
| ====================================================================== | |
| FAIL: tests.unit.disqus.stats.scribe.tests:StripPathTest.test | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/www/disqus.com/releases/master/tests/unit/disqus/stats/scribe/tests.py", line 15, in test | |
| self.assertEqual(category, scribe.strip_path(test_path)) | |
| AssertionError: 'foo.bar' != '' | |
| ====================================================================== | |
| FAIL: tests.unit.disqus.stats.scribe.tests:StripPathTest.test_trailing_digits | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/www/disqus.com/releases/master/tests/unit/disqus/stats/scribe/tests.py", line 25, in test_trailing_digits | |
| self.assertEqual(category, scribe.strip_path(test_path)) | |
| AssertionError: 'foo.bar.23' != '.23' | |
| ====================================================================== | |
| FAIL: tests.unit.disqus.stats.scribe.tests:StripPathTest.test_trailing_dot | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/www/disqus.com/releases/master/tests/unit/disqus/stats/scribe/tests.py", line 20, in test_trailing_dot | |
| self.assertEqual(category, scribe.strip_path(test_path)) | |
| AssertionError: 'foo.bar.' != '.' | |
| ---------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment