Skip to content
Snippets Groups Projects

Feature/unit test for validations

Merged Neda Moeini requested to merge feature/unit-test-for-validations into develop
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
0
@@ -37,4 +37,10 @@ line-length = 120
[tool.ruff.lint.flake8-tidy-imports]
ban-relative-imports = "all"
[tool.ruff.lint.per-file-ignores]
"test/*" = ["S101", "ARG001",]
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "test.settings"
django_find_project = false
python_files = ["tests.py", "test_*.py", "*_tests.py"]
\ No newline at end of file
Loading