bitwalker / timex_ecto

An adapter for using Timex DateTimes with Ecto
MIT License
162 stars 68 forks source link

Expand test suite #20

Open vikram7 opened 8 years ago

vikram7 commented 8 years ago

The current test suite contains a single test for Timex.Ecto.Time.cast/1 when the input is a string. Other tests are likely needed here:

I'm happy to put up a PR for these and others that you might think are necessary!

bitwalker commented 8 years ago

I'd gladly merge a PR for more tests! I'm keenly aware of how lacking tests for this library are, and would love to remedy that, sadly I've been cramped on time as of late. Any help is greatly appreciated!

tessi commented 8 years ago

FYI: I've added a PR testing Timex.Ecto.DateTimeWithTimezone.cast/1 -> #30