Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mentat-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Mentat
mentat-test
Commits
b79a163b
Commit
b79a163b
authored
1 month ago
by
Jakub Judiny
Browse files
Options
Downloads
Patches
Plain Diff
Move coverage and nose2 configs to pyproject.toml
(Redmine issue:
#7826
)
parent
07ff271a
No related branches found
No related tags found
1 merge request
!105
Setup ruff's linting and autoformatting
Pipeline
#15531
failed
1 month ago
Stage: test
Stage: check-warnings
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.coveragerc
+0
-2
0 additions, 2 deletions
.coveragerc
nose2.cfg
+0
-4
0 additions, 4 deletions
nose2.cfg
pyproject.toml
+10
-0
10 additions, 0 deletions
pyproject.toml
with
10 additions
and
6 deletions
.coveragerc
deleted
100644 → 0
+
0
−
2
View file @
07ff271a
[run]
source = ./lib
This diff is collapsed.
Click to expand it.
nose2.cfg
deleted
100644 → 0
+
0
−
4
View file @
07ff271a
[unittest]
plugins
=
nose2.plugins.junitxml
start-dir
=
lib
test-file-pattern
=
*.py
This diff is collapsed.
Click to expand it.
pyproject.toml
+
10
−
0
View file @
b79a163b
...
...
@@ -130,3 +130,13 @@ format_css = true
[tool.djlint.per-file-ignores]
".*\\.(txt|idea)\\.j2"
=
"H025"
"_macros_site.html"
=
"H025,T001"
[tool.nose2.unittest]
plugins
=
"nose2.plugins.junitxml"
start-dir
=
"lib"
test-file-pattern
=
"*.py"
[tool.coverage.run]
source
=
[
"./lib"
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment