-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a releasetesting 🧪Additional automated testsAdditional automated tests
Description
Tests for methods of
DataType(interface) and_PolarsDataType(implementation),Schema(interface) and_PolarsSchema(implementation)
are missing entirely or for some edge cases.
We should
- remove the outdated
test_data_type.pyandtest_schema.py - create folders
_data_typeand_schemainsidetests/safeds/data/tabular/typing - create individual files inside the folder for the different methods of
DataTypeandSchema(same structure as for containers of tabular data).
Use parametrized tests to cover edge cases.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a releasetesting 🧪Additional automated testsAdditional automated tests
Type
Projects
Status
✔️ Done