Changeset 22:58aa6bcaa5f6 in pyenvjasmine
- Timestamp:
-
Jul 13, 2017, 9:14:19 AM
(7 years ago)
- Author:
- Borja Lopez <borja@…>
-
Branch:
-
default
-
Phase:
-
public
- Message:
-
Renamed runner.TestRunner to runner.Runner
This prevents some ugly warnings when you use pyenvjasmine with py.test >= 3.x
Important: After applying this changeset, remember to replace TestRunner with
Runner in your source code too.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r12
|
r22
|
|
14 | 14 | |
15 | 15 | |
16 | | class TestRunner(object): |
| 16 | class Runner(object): |
17 | 17 | """ |
18 | 18 | Setup to run envjasmine "specs" (tests). |
-
r21
|
r22
|
|
2 | 2 | from distutils.core import setup |
3 | 3 | |
4 | | version = '0.1.5' |
| 4 | version = '0.1.6' |
5 | 5 | |
6 | 6 | requires = [ |