1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-20 11:33:18 +03:00

test(constraint): unit tests + integration tests + make validate

This commit is contained in:
Samuel BERTHE
2016-05-20 17:17:38 +02:00
parent cd2100ed84
commit f46accc74d
7 changed files with 362 additions and 40 deletions

View File

@@ -31,6 +31,7 @@ func init() {
check.Suite(&ConsulCatalogSuite{})
check.Suite(&EtcdSuite{})
check.Suite(&MarathonSuite{})
check.Suite(&ConstraintSuite{})
}
var traefikBinary = "../dist/traefik"