zadean / xqerl

Erlang XQuery 3.1 Processor
Apache License 2.0
64 stars 8 forks source link

After build smoke tests #15

Open grantmacken opened 5 years ago

grantmacken commented 5 years ago

I've opened this issue to discuss after build smoke tests. This could be done with travis.yml file

As rough outline the smoke test should cover what a user should be able to do

and anything else the user should be able to do.

zadean commented 5 years ago

Good idea and something I've been hoping to get to but haven't. I think all the DB actions could be done using the common_test framework. This would just mean making the test suites.

Another good smoke test would be a dialyzer run to look for broken or dead code.