File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
History of changes to pytest-dependency
2
2
=======================================
3
3
4
- * Version 0.2.0 (not yet released )
4
+ * Version 0.2 (2017-05-28 )
5
5
6
6
** New features
7
7
10
10
+ Issue #4: Add a depend() function to add a dependency to a test at
11
11
runtime.
12
12
13
- * Version 0.1.0 (2017-01-29)
13
+ * Version 0.1 (2017-01-29)
14
14
15
15
+ Initial release as an independent Python module.
16
16
Original file line number Diff line number Diff line change 52
52
# built documents.
53
53
#
54
54
# The short X.Y version.
55
- version = '0.1 '
55
+ version = '0.2 '
56
56
# The full version, including alpha/beta/rc tags.
57
- release = '0.1 '
57
+ release = '0.2 '
58
58
59
59
# The language for content autogenerated by Sphinx. Refer to documentation
60
60
# for a list of supported languages.
Original file line number Diff line number Diff line change 7
7
8
8
import pytest
9
9
10
- __version__ = "0.1 "
10
+ __version__ = "0.2 "
11
11
12
12
13
13
class DependencyItemStatus (object ):
You can’t perform that action at this time.
0 commit comments