HamburgChimps / gorilla-auth

General purpose authentication service with a GraphQL interface and plugin interface.
MIT License
0 stars 1 forks source link

Unit and Integration tests #3

Open JacobTheEvans opened 6 years ago

JacobTheEvans commented 6 years ago

Result

Useful unit and integration tests of the gorilla-auth server.

Implantation

Using mocha and chai for unit Using mocha, chai and axios for integration

Comments

Tests should be useful not just for the sake of testing

chopmann commented 6 years ago