Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Add marker #3

Merged
merged 1 commit into from
Dec 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pytest_docstyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Item(pytest.Item, pytest.File):

def __init__(self, path, parent):
super().__init__(path, parent)
self.add_marker('docstyle')

def setup(self):
old_mtime = self.config.cache.get(self.CACHE_KEY, {}).get(str(self.fspath), -1)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='pytest-docstyle',
version='1.0.1',
version='1.1.0',
description='pytest plugin to run pydocstyle',
url='https://github.com/henry0312/pytest-docstyle',
author='Tsukasa OMOTO',
Expand Down