mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
543d50149b
* Added python test paths to deepsource * Added test files * added "tests" too
33 lines
440 B
TOML
33 lines
440 B
TOML
version = 1
|
|
exclude_patterns = [
|
|
"docs/docs/javascripts/**",
|
|
"docs/ci/**",
|
|
"InvenTree/InvenTree/static/**",
|
|
"ci/**",
|
|
"InvenTree/**/migrations/*.py"
|
|
]
|
|
test_patterns = [
|
|
"test_.*.py",
|
|
"test.py",
|
|
"tests.py"
|
|
]
|
|
|
|
|
|
[[analyzers]]
|
|
name = "shell"
|
|
|
|
[[analyzers]]
|
|
name = "javascript"
|
|
|
|
[analyzers.meta]
|
|
plugins = ["react"]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|
|
|
|
[[analyzers]]
|
|
name = "docker"
|