[tool.towncrier] package = "tractor" filename = "NEWS.rst" directory = "nooz/" version = "0.1.0a6" title_format = "tractor {version} ({project_date})" template = "nooz/_template.rst" all_bullets = true [[tool.towncrier.type]] directory = "feature" name = "Features" showcontent = true [[tool.towncrier.type]] directory = "bugfix" name = "Bug Fixes" showcontent = true [[tool.towncrier.type]] directory = "doc" name = "Improved Documentation" showcontent = true [[tool.towncrier.type]] directory = "trivial" name = "Trivial/Internal Changes" showcontent = true [tool.pytest.ini_options] minversion = '6.0' testpaths = [ 'tests' ] addopts = [ # TODO: figure out why this isn't working.. '--rootdir=./tests', '--import-mode=importlib', # don't show frickin captured logs AGAIN in the report.. '--show-capture=no', ] log_cli = false # TODO: maybe some of these layout choices? # https://docs.pytest.org/en/8.0.x/explanation/goodpractices.html#choosing-a-test-layout-import-rules # pythonpath = "src"