From abe9777593bc0bed3153b9d03ad59f8ed3e7322f Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Mon, 6 Apr 2020 21:30:01 -0600 Subject: [PATCH] Tag the tests To run just this test, use `behave --tags=deployments_tests` --- features/regression.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/regression.feature b/features/regression.feature index 6b020980..4dc35b5a 100644 --- a/features/regression.feature +++ b/features/regression.feature @@ -123,6 +123,7 @@ Feature: Zapped bugs should stay dead. Then the output should contain "Adding an entry right now." Then the output should not contain "A future entry." + @deployment_tests Scenario: Version numbers should stay in sync Given we use the config "basic.yaml" When we run "jrnl --version"