File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "template" : " ." ,
3- "commit" : " 9a783dd51cc0195a994c510e5f0eeb2d730a7e49 " ,
3+ "commit" : " 3047ece80faf76b9ad0af87a1ae132eaaae74ab2 " ,
44 "context" : {
55 "cookiecutter" : {
66 "project_name" : " cookie-python" ,
1414 "author_email" : " smkent@smkent.net" ,
1515 "github_user" : " smkent" ,
1616 "_template" : " ." ,
17- "_commit" : " 9a783dd51cc0195a994c510e5f0eeb2d730a7e49 "
17+ "_commit" : " 3047ece80faf76b9ad0af87a1ae132eaaae74ab2 "
1818 }
1919 },
2020 "directory" : null ,
Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ warn_return_any = true
113113show_error_codes = true
114114warn_unused_ignores = true
115115
116- [tool .pytest . ini_options ]
117- testpaths = [" tests" ]
118- addopts = """ \
119- --cov \
120- --cov-append \
121- --cov-report term \
122- --cov-report xml:.pytest_coverage.xml \
123- --junitxml=.pytest_results.xml \
124- """
116+ [tool .pytest ]
117+ testpaths = [' tests' ]
118+ addopts = [
119+ " --cov" ,
120+ " --cov-append" ,
121+ " --cov-report= term" ,
122+ " --cov-report= xml:.pytest_coverage.xml" ,
123+ " --junitxml=.pytest_results.xml" ,
124+ ]
125125
126126[tool .ruff ]
127127target-version = " py310"
You can’t perform that action at this time.
0 commit comments