docopt / docopt.swift

A command-line interface description language and parser that will make you smile http://docopt.org/
MIT License
52 stars 18 forks source link

Re-enable the tests under SwiftPM. #12

Open samdeane opened 6 years ago

samdeane commented 6 years ago

Since we can't use a bundle to find the test data, we fall back on a relative path from the built executable.

This is a bit skanky, but it's a useable workaround, and better than not having the tests at all.

kovpas commented 6 years ago

Thanks! Could you please move this to a separate method, like you did in #14?

samdeane commented 6 years ago

Yeah, no problem. I should have done it in the first place :)