Closed luc-tielen closed 5 years ago
Also, after this is done, I think you can even let TravisCI check your PRs on this repo so they first need to pass linting / tests / ...
Just an idea.
Any update on this? Would be nice to have this merged into master before I start adding tests etc. Otherwise I need to start branching from this branch 😅
Sorry dude, I'm traveling at the moment.
I'm not entirely sure this project needs tests, since it's just a toy. I'm probably going to be changing some things around, it might be a waste of your time. :\
No problem. I can always keep my fork around. Just saying it would be nice to have everything in one place. Reason I want the tests is for some changes I still want to make in the future.. In case you change your mind, feel free to merge in.
Hi,
I added some CI integrations to make developing easier. Features in this PR:
mix credo --strict
: lintingmix test.watch
: run tests continuously on file change => nice for TDDActions needed on your side:
For now, I left out dialyzer.. but I think this is an improvement already. Now with the better testing support, maybe a next PR could be made with extra tests etc?