-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
73 lines (51 loc) · 2.21 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
v0.1.5 (unreleased)
-------------------
- TODO
v0.1.4 (2018-09-24)
-------------------
- Fix compatibility with Sphinx 1.8.0
See: https://gitlab.com/mbukatov/pylatest/issues/57
v0.1.3 (2018-09-12)
-------------------
- Standardize convention for specifying requirements of a test case and add
rst directive ``requirementlist`` (which generates list of all requirements
which are covered by test cases, referencing test cases for each
requirement).
See: https://gitlab.com/mbukatov/pylatest/issues/25.
- Remove ``requirement`` directive.
See: https://gitlab.com/mbukatov/pylatest/issues/54
- Remove ``pylatest-quickstart`` script.
See: https://gitlab.com/mbukatov/pylatest/issues/51
- Bugfix: use scrollbar for code blocks inside test actions table, preventing
the table to overflow.
See: https://gitlab.com/mbukatov/pylatest/issues/46
v0.1.2 (2018-04-08)
-------------------
- Move to Python 3.6 as tested/supported python3 platform.
- XML export: change content representation in custom-field element for Setup
and Teardown sections.
See: https://gitlab.com/mbukatov/pylatest/issues/37
- XML export: confval ``pylatest_export_mixedcontent`` replaced with more
general ``pylatest_export_content_type``, adding new CDATA export content
type.
See: https://gitlab.com/mbukatov/pylatest/issues/38.
- Bugfix: update for changes in sphinx >= 1.6.1
See: https://gitlab.com/mbukatov/pylatest/issues/41
- Bugfix: prevent xmlexport build crash caused by long field names in metadata.
See: https://gitlab.com/mbukatov/pylatest/issues/44
- Bugfix: remove XML export builder workaround.
See: https://gitlab.com/mbukatov/pylatest/issues/43
- XML export: initial implmenetation of id sync feature.
See: https://gitlab.com/mbukatov/pylatest/issues/40
- XML export: add confval ``pylatest_export_dry_run`` to toggle dry-run
property.
See: https://gitlab.com/mbukatov/pylatest/issues/47
- XML export: add confval ``pylatest_export_response_properties``.
See: https://gitlab.com/mbukatov/pylatest/issues/48
v0.1.1 (2017-05-22)
-------------------
- Increase MIN_AUTO_ID fix/hack.
See: https://gitlab.com/mbukatov/pylatest/issues/34
v0.1.0 (2017-05-17)
-------------------
- First official public release on PyPI.