ash/test/type
Jinkyou Son 2fc934fb61
fix: Fix error with nil value on structure types (#1380)
* Fix no cond clause evaluated to a truthy value error

* Fix error with nil value

* Add tests
2024-08-08 20:15:20 -04:00
..
array_test.exs feat: add new remove_nil_items? array type constraint (#1116) 2024-05-05 12:05:04 -04:00
ci_string_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
decimal_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
enum_test.exs fix: fix enum typespec generation for strings/mixed types 2024-07-25 09:30:04 -04:00
file_test.exs feat: Add Ash.Type.File (#1337) 2024-07-26 07:57:23 -04:00
float_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
integer_test.exs improvement: add cast_atomic_constraints callback and use it in core typest 2024-07-12 23:12:59 -04:00
keyword_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
map_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
module_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
naive_datetime_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
new_type_test.exs fix: apply constraints to NewType even when casting an array (#1341) 2024-07-25 10:17:18 -04:00
string_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
struct_test.exs fix: Fix error with nil value on structure types (#1380) 2024-08-08 20:15:20 -04:00
time_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
type_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
union_test.exs fix: union array argument/attribute handling when current attribute is (#1023) 2024-04-29 22:24:44 -04:00
uuid_test.exs fix: incorrect error for casting binary UUID (#653) 2023-07-11 20:35:01 -04:00
uuid_v7_test.exs improvement: remove non-simple equality check for uuidv7 type 2024-07-01 09:38:23 -04:00
vector_test.exs fix: handle casting nil vectors (#1316) 2024-07-17 09:52:12 -04:00