Skip to content
Snippets Groups Projects
Commit f831853a authored by Timothy Smith's avatar Timothy Smith
Browse files

update copyright for conftest.py

parent 539d0c94
No related branches found
No related tags found
1 merge request!40Add license headers and minor reorganization
Pipeline #20029 passed
__copyright__ = "Copyright (C) 2019 Timothy A. Smith" __copyright__ = """
Copyright (C) 2010-2019 Timothy A. Smith, Andreas Kloeckner,
Holger Krekel and pytest-dev team
"""
__license__ = """ __license__ = """
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
...@@ -31,9 +34,9 @@ import utilities as u ...@@ -31,9 +34,9 @@ import utilities as u
# {{{ mark for slow tests # {{{ mark for slow tests
# setup to mark slow tests with @pytest.mark.slow, so that they don't run by # Setup to mark slow tests with @pytest.mark.slow, so that they don't run by
# default, but can be forced to run with the command-line option --runslow # default, but can be forced to run with the command-line option --runslow
# taken from # Taken from
# https://docs.pytest.org/en/latest/example/simple.html#control-skipping-of-tests-according-to-command-line-option # https://docs.pytest.org/en/latest/example/simple.html#control-skipping-of-tests-according-to-command-line-option
def pytest_addoption(parser): def pytest_addoption(parser):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment