| OLD | NEW |
| 1 # 0.2.1+2 |
| 2 |
| 3 * Compatibility with the latest `test`. |
| 4 |
| 1 # 0.2.1+1 | 5 # 0.2.1+1 |
| 2 | 6 |
| 3 * Require `test` version `0.12.5`. | 7 * Require `test` version `0.12.5`. |
| 4 | 8 |
| 5 # 0.2.1 | 9 # 0.2.1 |
| 6 | 10 |
| 7 * Support passing named arguments through to the underlying call to `test()`. | 11 * Support passing named arguments through to the underlying call to `test()`. |
| 8 | 12 |
| 9 # 0.2.0+1 | 13 # 0.2.0+1 |
| 10 | 14 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 | 28 |
| 25 * `expectTestResults` has been removed. | 29 * `expectTestResults` has been removed. |
| 26 | 30 |
| 27 # 0.1.1 | 31 # 0.1.1 |
| 28 | 32 |
| 29 * Changed maximum version of `unittest` to support development. | 33 * Changed maximum version of `unittest` to support development. |
| 30 | 34 |
| 31 # 0.1.0 | 35 # 0.1.0 |
| 32 | 36 |
| 33 * First release. | 37 * First release. |
| OLD | NEW |