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

Commit

Permalink
Add marker (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry0312 authored Dec 21, 2017
1 parent 4587c4b commit 38d13ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 38d13ef

Please sign in to comment.