Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
silenced some unittest specific warnings #58
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarraga committed Mar 13, 2024
1 parent 4772015 commit 234110d
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 28 deletions.
6 changes: 5 additions & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ ignore = [
"PLR0913", # Too many arguments in function
"FBT001", # Boolean-typed positional argument in function dfinition
"FBT002",
"B008"
"B008",
"PT009",
"PT027",
"FBT003",
"DTZ005",
]

# Allow fix for all enabled rules (when `--fix`) is provided.
Expand Down
27 changes: 0 additions & 27 deletions backend/tests/teachers_test.py

This file was deleted.

Empty file.
Empty file added backend/tests/test_main.py
Empty file.
Empty file added backend/tests/test_project.py
Empty file.
Empty file added backend/tests/test_stress.py
Empty file.
Empty file added backend/tests/test_student.py
Empty file.
Empty file added backend/tests/test_subject.py
Empty file.
Empty file.
Empty file added backend/tests/test_teacher.py
Empty file.

0 comments on commit 234110d

Please sign in to comment.