This commit is contained in:
Héctor Hurtado
2019-10-25 11:50:14 +02:00
parent d9e072f89a
commit 9cb9e9335d
5 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ lint:
wip: wip:
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --wip KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --wip
test: lint test: lint
pipenv run behave --no-capture pipenv run behave --no-capture --tags=~@skip
fix: lint fix: lint
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture
catalog: catalog:
@@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
@skip
Feature: Kapow! server rejects insertion requests with malformed JSON bodies. Feature: Kapow! server rejects insertion requests with malformed JSON bodies.
Kapow! server will reject to insert a route when Kapow! server will reject to insert a route when
it receives a malformed JSON document in the it receives a malformed JSON document in the
@@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
@skip
Feature: Kapow! server rejects insertion requests with semantic errors. Feature: Kapow! server rejects insertion requests with semantic errors.
Kapow! server will refuse to insert routes when Kapow! server will refuse to insert routes when
it receives a valid JSON but not conforming document. it receives a valid JSON but not conforming document.
@@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
@skip
Feature: Consistent route ordering after inserting a route in a Kapow! server. Feature: Consistent route ordering after inserting a route in a Kapow! server.
When inserting routes the server will mantain the When inserting routes the server will mantain the
whole set of routes ordered and with consecutive indexes. whole set of routes ordered and with consecutive indexes.
@@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
@skip
Feature: Insert new routes in Kapow! server. Feature: Insert new routes in Kapow! server.
Inserting routes allows users to configure the server. New Inserting routes allows users to configure the server. New
routes could be inserted at the beginning or before any routes could be inserted at the beginning or before any