+ correct testing for assets + bump asset versions |
||
---|---|---|
.. | ||
README.md | ||
helpers.go | ||
item_test.go | ||
main_test.go | ||
org_test.go |
README.md
Automated software testing for inventshare
This folder is an independent part of the application which performs several tests on the application to ensure it continues to work as new features are added.
The motivation for using this custom test suite over e.g. standard unit tests is the following: During the first stages of the development, most errors occured due to problems in the templates, due to broken paths, invalid HTML, or even panics during template execution. Covering these by unit tests would likely be more complex than checking if the routes as seen by a user work like they should.