Skip to content

Commit

Permalink
Fixed comments for pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
amakhnach committed Jan 3, 2014
1 parent 2efcd8f commit b3ff6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest_fixture_tools/plugin.py
Expand Up @@ -54,7 +54,7 @@ def print_duplicates(argname, fixtures, previous_argname):


def _show_fixture_duplicates_main(config, session):
"""Prepearint fixture duplicates for output."""
"""Preparing fixture duplicates for output."""
session.perform_collect()
curdir = py.path.local()

Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
@@ -1,3 +1,3 @@
"""Configuration for pytest runner."""

pytest_plugins = 'pytester', 'pytest_fixture_tools'
pytest_plugins = 'pytester'

0 comments on commit b3ff6b4

Please sign in to comment.