inventshare/testing
Otto 69c3cb4a1e Move css + js to embed FS
+ correct testing for assets
+ bump asset versions
2023-10-22 15:54:05 +02:00
..
README.md Meta: Clarify licensing 2023-06-10 15:21:25 +02:00
helpers.go Move css + js to embed FS 2023-10-22 15:54:05 +02:00
item_test.go Delete for orgs, items, origins 2023-10-18 23:56:23 +02:00
main_test.go Move css + js to embed FS 2023-10-22 15:54:05 +02:00
org_test.go Delete for orgs, items, origins 2023-10-18 23:56:23 +02:00

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.