Initialise bootstrapping of repository

Missing tests but most of the copy/pasta is done.
This commit is contained in:
Luke Murphy
2019-09-27 22:00:44 +02:00
commit e96a71866d
15 changed files with 1006 additions and 0 deletions

12
pytest.ini Normal file
View File

@ -0,0 +1,12 @@
[pytest]
addopts = -v -rxXs --doctest-modules --durations 10 --cov=molecule --cov-report term-missing:skip-covered --cov-report xml -m "not molecule"
doctest_optionflags = ALLOW_UNICODE ELLIPSIS
junit_suite_name = molecule_test_suite
norecursedirs = dist doc build .tox .eggs
filterwarnings =
# remove once https://github.com/cookiecutter/cookiecutter/pull/1127 is released
ignore::DeprecationWarning:cookiecutter
# remove once https://github.com/pytest-dev/pytest-cov/issues/327 is released
ignore::pytest.PytestWarning:pytest_cov
# remove once https://bitbucket.org/astanin/python-tabulate/issues/174/invalid-escape-sequence
ignore::DeprecationWarning:tabulate