Comparing version 0.2.0 to 0.2.1
@@ -83,3 +83,3 @@ (function() { | ||
(combo.path || []).forEach(function(paramSpec) { | ||
assert.notEqual(undefined, params[paramSpec.name], "The param '" + paramSpec.name + "' was undefined in one of your value files, and is required"); | ||
assert.notEqual(undefined, params[paramSpec.name], "The param '" + paramSpec.name + "' was undefined in one of your value files, and is required for " + method + " " + path); | ||
@@ -86,0 +86,0 @@ path = path.replace('{' + paramSpec.name + '}', params[paramSpec.name]); |
{ | ||
"name": "patronus", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Specification-driven REST API testing", | ||
@@ -5,0 +5,0 @@ "main": "lib/Patronus.js", |
@@ -90,3 +90,3 @@ # Patronus | ||
- [ ] Support deep object randomization (currently deep is all or nothing based on parent) | ||
- [ ] Support custom headers / params / payload values not in spec | ||
- [ ] Support extra headers / params / payload values not in spec | ||
@@ -93,0 +93,0 @@ |
33113
8
712