add first set of changelog entries for marker removal
This commit is contained in:
parent
8f8d3114dd
commit
134641fcb5
|
@ -0,0 +1,3 @@
|
|||
Remove ``Node.get_marker(name)`` the return value was not usable for more than a existence check.
|
||||
|
||||
Use ``Node.get_closest_marker(name)`` as a replacement.
|
|
@ -0,0 +1 @@
|
|||
Remove ``testfunction.markername`` attributes - use ``Node.iter_markers(name=None)`` to iterate them.
|
Loading…
Reference in New Issue