452
453
454def test_tags_only_repo():
455 """A repo may never publish a formal release which results456 in a completely empty releases atom without any formal and non-formal tags
457 See #63"""
458 repo = 'https://github.com/lastversion-test-repos/cpython'
def foo():
"""This is an example docstring.
To show how to write multi-line docstring."""
def foo():
"""
This is an example docstring.
To show how to write multi-line docstring.
"""