(input, expected)
| 10 | |
| 11 | describe('#parseRepositoryTag', function () { |
| 12 | function validate(input, expected) { |
| 13 | it('should parse "' + input + '"', function () { |
| 14 | expect(util.parseRepositoryTag(input)).to.eql(expected); |
| 15 | }); |
| 16 | } |
| 17 | |
| 18 | // test params taken from: |
| 19 | // https://github.com/dotcloud/docker/blob/c23b15b9d84ed7d9421d8946c4e0a309e12cecf3/utils/utils_test.go#L333 |
no outgoing calls
no test coverage detected
searching dependent graphs…