diff --git a/jobs/email-reminder/pyproject.toml b/jobs/email-reminder/pyproject.toml index 9dfac5cacf..dc29055a95 100644 --- a/jobs/email-reminder/pyproject.toml +++ b/jobs/email-reminder/pyproject.toml @@ -122,6 +122,49 @@ exclude-protected = ["_asdict", "_fields", "_replace", "_source", "_make", "os._ valid-classmethod-first-arg = ["cls"] valid-metaclass-classmethod-first-arg = ["mcs"] +[tool.pytest.ini_options] +minversion = "2.0" +testpaths = [ + "tests", +] +addopts = "--verbose --strict -p no:warnings --cov=. --cov-report html:htmlcov --cov-report xml:coverage.xml" +python_files = [ + "test*.py" +] +norecursedirs = [ + ".git", ".tox", "venv*", "requirements*", "build", +] +log_cli = true +log_cli_level = "1" +filterwarnings = [ + "ignore::UserWarning" +] +markers = [ + "slow", + "serial", +] + +[tool.coverage.run] +branch = true +source = [ + ".", +] +omit = [] + +[tool.coverage.report] +exclude_lines = [ + "pragma: no cover", + "from", + "import", + "def __repr__", + "if self.debug:", + "if settings.DEBUG", + "raise AssertionError", + "raise NotImplementedError", + "if 0:", + 'if __name__ == "__main__":', +] + [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" +build-backend = "poetry.core.masonry.api" \ No newline at end of file diff --git a/jobs/future-effective-filings/pyproject.toml b/jobs/future-effective-filings/pyproject.toml index 47d19f4045..b494f81996 100644 --- a/jobs/future-effective-filings/pyproject.toml +++ b/jobs/future-effective-filings/pyproject.toml @@ -120,6 +120,49 @@ exclude-protected = ["_asdict", "_fields", "_replace", "_source", "_make", "os._ valid-classmethod-first-arg = ["cls"] valid-metaclass-classmethod-first-arg = ["mcs"] +[tool.pytest.ini_options] +minversion = "2.0" +testpaths = [ + "tests", +] +addopts = "--verbose --strict -p no:warnings --cov=. --cov-report html:htmlcov --cov-report xml:coverage.xml" +python_files = [ + "test*.py" +] +norecursedirs = [ + ".git", ".tox", "venv*", "requirements*", "build", +] +log_cli = true +log_cli_level = "1" +filterwarnings = [ + "ignore::UserWarning" +] +markers = [ + "slow", + "serial", +] + +[tool.coverage.run] +branch = true +source = [ + ".", +] +omit = [] + +[tool.coverage.report] +exclude_lines = [ + "pragma: no cover", + "from", + "import", + "def __repr__", + "if self.debug:", + "if settings.DEBUG", + "raise AssertionError", + "raise NotImplementedError", + "if 0:", + 'if __name__ == "__main__":', +] + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" \ No newline at end of file diff --git a/jobs/update-colin-filings/pyproject.toml b/jobs/update-colin-filings/pyproject.toml index 6b25408b81..2784564673 100644 --- a/jobs/update-colin-filings/pyproject.toml +++ b/jobs/update-colin-filings/pyproject.toml @@ -123,6 +123,49 @@ exclude-protected = ["_asdict", "_fields", "_replace", "_source", "_make", "os._ valid-classmethod-first-arg = ["cls"] valid-metaclass-classmethod-first-arg = ["mcs"] +[tool.pytest.ini_options] +minversion = "2.0" +testpaths = [ + "tests", +] +addopts = "--verbose --strict -p no:warnings --cov=. --cov-report html:htmlcov --cov-report xml:coverage.xml" +python_files = [ + "test*.py" +] +norecursedirs = [ + ".git", ".tox", "venv*", "requirements*", "build", +] +log_cli = true +log_cli_level = "1" +filterwarnings = [ + "ignore::UserWarning" +] +markers = [ + "slow", + "serial", +] + +[tool.coverage.run] +branch = true +source = [ + ".", +] +omit = [] + +[tool.coverage.report] +exclude_lines = [ + "pragma: no cover", + "from", + "import", + "def __repr__", + "if self.debug:", + "if settings.DEBUG", + "raise AssertionError", + "raise NotImplementedError", + "if 0:", + 'if __name__ == "__main__":', +] + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" \ No newline at end of file diff --git a/jobs/update-legal-filings/pyproject.toml b/jobs/update-legal-filings/pyproject.toml index 22e88d6bae..8d3b64abf3 100644 --- a/jobs/update-legal-filings/pyproject.toml +++ b/jobs/update-legal-filings/pyproject.toml @@ -124,6 +124,49 @@ exclude-protected = ["_asdict", "_fields", "_replace", "_source", "_make", "os._ valid-classmethod-first-arg = ["cls"] valid-metaclass-classmethod-first-arg = ["mcs"] +[tool.pytest.ini_options] +minversion = "2.0" +testpaths = [ + "tests", +] +addopts = "--verbose --strict -p no:warnings --cov=. --cov-report html:htmlcov --cov-report xml:coverage.xml" +python_files = [ + "test*.py" +] +norecursedirs = [ + ".git", ".tox", "venv*", "requirements*", "build", +] +log_cli = true +log_cli_level = "1" +filterwarnings = [ + "ignore::UserWarning" +] +markers = [ + "slow", + "serial", +] + +[tool.coverage.run] +branch = true +source = [ + ".", +] +omit = [] + +[tool.coverage.report] +exclude_lines = [ + "pragma: no cover", + "from", + "import", + "def __repr__", + "if self.debug:", + "if settings.DEBUG", + "raise AssertionError", + "raise NotImplementedError", + "if 0:", + 'if __name__ == "__main__":', +] + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" \ No newline at end of file