Skip to content

Commit

Permalink
delete inproper comments
Browse files Browse the repository at this point in the history
  • Loading branch information
giwa committed Aug 21, 2014
1 parent 2ea769e commit c97377c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions python/pyspark/streaming/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@
#

"""
Unit tests for PySpark; additional tests are implemented as doctests in
Unit tests for Python SparkStreaming; additional tests are implemented as doctests in
individual modules.
This file would be merged to tests.py after all functions are ready.
Since python API for streaming is beta, this file is separated.
Callback server is sometimes unstable sometimes, which cause error in test case.
But this is very rare case.
"""
from itertools import chain
import time
Expand Down

0 comments on commit c97377c

Please sign in to comment.