debian-forge-composer/internal/client
Brian C. Lane b5b5bd96df client: Move test setup into unit_test.go
Copy weldrcheck's utils.go into client, switch to using TestState struct
to hold global test data. Only build unit_test.go if integration has not
been selected.

This is in preparation to moving weldrcheck code into client *_test.go
files so that the test code can be shared and run against a mock server
during unit testing, or against a running WELDR API server during
integration testing.
2020-03-27 19:07:33 +01:00
..
blueprints.go Move the API struct definitions into internal/weldr 2020-03-23 21:08:01 +01:00
client.go client: Add /projects/ support 2020-03-25 10:01:14 +01:00
client_test.go client: Move test setup into unit_test.go 2020-03-27 19:07:33 +01:00
modules.go client: Add /modules/ support 2020-03-25 10:01:14 +01:00
projects.go client: Add /projects/ support 2020-03-25 10:01:14 +01:00
source.go client: Add projects/source API support 2020-03-23 21:08:01 +01:00
unit_test.go client: Move test setup into unit_test.go 2020-03-27 19:07:33 +01:00
utils.go client: Move test setup into unit_test.go 2020-03-27 19:07:33 +01:00
weldr.go Move the API struct definitions into internal/weldr 2020-03-23 21:08:01 +01:00