evancz / url-parser

Parse URLs into nicely structured data
http://package.elm-lang.org/packages/evancz/url-parser/latest/
BSD 3-Clause "New" or "Revised" License
114 stars 29 forks source link

Add tests for parsePath and parseHash #16

Closed sporto closed 7 years ago

sporto commented 7 years ago

As discussed in https://github.com/evancz/url-parser/issues/10 Here is an initial suite of tests

process-bot commented 7 years ago

Thanks for the pull request! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

evancz commented 7 years ago

Thank you!

sporto commented 7 years ago

It would be great to hook this into CI e.g. Travis or Semaphore, etc so tests runs on every commit. If you create an account and set up a project and give me access I can setup the rest.

evancz commented 7 years ago

Don't you just need to have a travis file? And then I activate this repo to hook up to travis? That's how it was with other repos I believe.