|
UniSet 2.45.1
|
Открытые члены | |
| test_string_in_arithmetic_raises_type_error (self) | |
| test_string_assigned_to_int_raises_type_error (self) | |
Tests for type errors on incompatible types.
| tests.test_type_system.TestCheckTypesTypeErrors.test_string_assigned_to_int_raises_type_error | ( | self | ) |
intVar := stringVar should raise STTypeError.
| tests.test_type_system.TestCheckTypesTypeErrors.test_string_in_arithmetic_raises_type_error | ( | self | ) |
STRING + INT should raise STTypeError.