File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- nose2
1+ cov-core
2+ enum
3+ mock == 2.0.0
4+ nose2
5+ six == 1.10.0
6+ unittest2
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ are going to be processed. A simple dictionary will do.
1010>>> exchange = {"GOOG": Stock("GOOG"), "AAPL": Stock("AAPL")}
1111>>> for key in sorted(exchange.keys()): #doctest: -NORMALIZE_WHITESPACE
1212... print key, exchange[key]
13- AAPL <stock_alerter.stock.Stock ... at 0x0 ...>
14- GOOG <stock_alerter.stock.Stock ... at 0x0 ...>
13+ AAPL <stock_alerter.stock.Stock ... at 0x ...>
14+ GOOG <stock_alerter.stock.Stock ... at 0x ...>
1515
1616Next, we configure the reader. The reader is the source from where the
1717stock updates are coming. The module provides two readers out of the
You can’t perform that action at this time.
0 commit comments