Commit 53de3248 authored by Stefan Behnel's avatar Stefan Behnel

add tags to tests

parent 0a26af45
# mode: run # mode: run
# tag: del, slice # tag: del, slicing
def del_constant_start_stop(x): def del_constant_start_stop(x):
""" """
......
# mode: run
# tag: slicing
def test_full(seq): def test_full(seq):
""" """
>>> l = [1,2,3,4] >>> l = [1,2,3,4]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment