filiph / egamebook

A procedural sword & sorcery adventure
https://egamebook.com/
BSD 3-Clause "New" or "Revised" License
192 stars 21 forks source link

Feature/tests documentation #6

Closed Janamou closed 9 years ago

Janamou commented 9 years ago

Added docs comments & updated builder tests.

I also created short .dart script for running all tests in test/ folder at once, the .sh script did not work for me (because of the paths, this is paths independent).

I am doing pull request because of builder :-)

filiph commented 9 years ago

Amazing! Thanks!

The test runner should be in tools/ (here's why), but that doesn't work because pub doesn't create packages/ symlink in there. I filed a bug with the Dart team. When that's sorted out, I'll move it myself and wire it with the existing run_unit_tests.sh shell script.

Anyway, this looks amazing, thanks again!

Janamou commented 9 years ago

I know, I put it first to tools/ but it did not work (I first though that it is a feature). So great and hope that they will fix this :)

filiph commented 9 years ago

Gah. It was supposed to be tool/, not tools/. I just fixed it and made a commit.