sirrice / pygg

ggplot2 syntax in python. Actually wrapper around Wickham's ggplot2 in R
MIT License
73 stars 9 forks source link

Unit tests are too limited #5

Closed depristo closed 9 years ago

depristo commented 9 years ago

Current unit tests for pygg are too limited in scope. Many individual functions (e.g., data_py, is_pandas_df, to_r) can be tested quite effectively.