Currently the tests for testing type conversion are spread across different files corresponding to either the type being converted from, or the type being converted to. This is a bit confusing for adding new functionality/reviewing the tests as it is unclear if the tests should be in the test file for the type being converted from or that being converted to.
We create a new test file test_type_conversions.py in the types test directory and refactor all related type conversion tests to be located there.

Sounds good to me! Conversions are a feature, not a bug 馃ぃ
Rad, I'll do this after #1077, #1082, and #1085 are all ready for merge to avoid merge conflicts haha.
Works for me :+1:
Merged PR.
Most helpful comment
Sounds good to me! Conversions are a feature, not a bug 馃ぃ