-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Summary of Changes * Reduce code duplication by using fixtures * Group tests of a method into a class, so we can have one test file per source file --------- Co-authored-by: lars-reimann <[email protected]>
- Loading branch information
1 parent
64aa429
commit 123ff9e
Showing
71 changed files
with
1,003 additions
and
987 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
20 changes: 0 additions & 20 deletions
20
tests/safeds/ml/classification/_classifier/test_accuracy.py
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
tests/safeds/ml/classification/_decision_tree/test_predict.py
This file was deleted.
Oops, something went wrong.
Empty file.
25 changes: 0 additions & 25 deletions
25
tests/safeds/ml/classification/_gradient_boosting/test_fit.py
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
tests/safeds/ml/classification/_gradient_boosting/test_predict.py
This file was deleted.
Oops, something went wrong.
Empty file.
23 changes: 0 additions & 23 deletions
23
tests/safeds/ml/classification/_k_nearest_neighbors/test_fit.py
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
tests/safeds/ml/classification/_k_nearest_neighbors/test_predict.py
This file was deleted.
Oops, something went wrong.
Empty file.
23 changes: 0 additions & 23 deletions
23
tests/safeds/ml/classification/_logistic_regression/test_fit.py
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
tests/safeds/ml/classification/_logistic_regression/test_predict.py
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
tests/safeds/ml/classification/_random_forest/test_predict.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.