VILLASweb-backend-go/common
smavros 89bdb59e5d Separates NewTestEndpoint() response and code comparison:
NewTestEndpoint() function must only send the HTTP request to the
    server and return the code, response and an error. This serves cases
    where the response cannot be compared with a predefined message e.g.
    when a new user is added we should not assume its assigned ID
    beforehand. The assertions of probable error, non-200 codes and non
    expected response bodies should be done inside the test function.
2019-08-18 18:44:41 +02:00
..
amqpclient.go - remove ack of message in AMQP client 2019-07-18 10:35:02 +02:00
database.go Breaks user test into different testing functions 2019-08-15 18:16:30 +02:00
database_test.go renaming simulation to scenario 2019-07-18 14:35:20 +02:00
models.go Removes Credentials type from common/models.go: 2019-08-13 19:21:39 +02:00
requests.go Adds Request type in requests.go: 2019-08-13 19:15:31 +02:00
responses.go Removes commented out types of ResponseMsgUser(s) 2019-08-13 17:51:02 +02:00
roles.go renaming simulation to scenario 2019-07-18 14:35:20 +02:00
serializers.go Remove redundant structs and methods: 2019-08-13 16:40:54 +02:00
testdata.go Removes Credentials type from common/models.go: 2019-08-13 19:21:39 +02:00
utilities.go Separates NewTestEndpoint() response and code comparison: 2019-08-18 18:44:41 +02:00