dylan-profiler / visions

Type System for Data Analysis in Python
https://dylan-profiler.github.io/visions/visions/getting_started/usage/types.html
Other
208 stars 19 forks source link

Systematic Testing #62

Open ieaves opened 4 years ago

ieaves commented 4 years ago

Current test suite requires authors to intentionally define a set of test cases for each type where many of these common scenarios can be created in an automated fashion.

sbrugman commented 4 years ago

Standard variations should be able to: cast to string and include special values (np.nan, pd.NA, None, pd.NaT, np.inf, etc.)