Skip to content

Commit 12f097e

Browse files
author
David Noble
committed
Improved a test error message and logged an issue: DVPL-6701
In short tests.test_examples.ExamplesTestCase#test_index consistently fails when asked to run "index.py clean sdk-tests"
1 parent 637268f commit 12f097e

File tree

3 files changed

+1008
-1
lines changed

3 files changed

+1008
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Traceback (most recent call last):
2+
File "custom_search/bin/usercount.py", line 182, in <module>
3+
main(sys.argv)
4+
File "custom_search/bin/usercount.py", line 149, in main
5+
buf, settings = read_input(stdin_wrapper, has_header = True)
6+
File "custom_search/bin/usercount.py", line 109, in read_input
7+
line = buf.readline()
8+
File "custom_search/bin/usercount.py", line 58, in readline
9+
raise StopIteration
10+
StopIteration

0 commit comments

Comments
 (0)