Skip to content

Commit

Permalink
unittest update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy committed Sep 14, 2015
1 parent d1a6977 commit f03378e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_unittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def test_tickData(self):
self.set_data()
td.get_tick_data(self.code, date=self.start)

def test_histData(self):
self.set_data()
td.get_hist_data(self.code, start=self.start, end=self.end)
# def test_histData(self):
# self.set_data()
# td.get_hist_data(self.code, start=self.start, end=self.end)

if __name__ == "__main__":
#import sys;sys.argv = ['', 'Test.testName']
Expand Down

0 comments on commit f03378e

Please sign in to comment.