Skip to content

Commit af8bd0c

Browse files
chore(ci): add the Feature Flags feature to nox tests (#4570)
Adding Feature flags test
1 parent f5053c2 commit af8bd0c

File tree

5 files changed

+2
-0
lines changed

5 files changed

+2
-0
lines changed

noxfile.py

+2
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,12 @@ def test_with_xray_sdk_as_required_package(session: nox.Session):
9595
def test_with_boto3_sdk_as_required_package(session: nox.Session):
9696
"""Tests that depends on boto3/botocore library"""
9797
# Parameters
98+
# Feature Flags
9899
build_and_run_test(
99100
session,
100101
folders=[
101102
f"{PREFIX_TESTS_FUNCTIONAL}/parameters/_boto3/",
103+
f"{PREFIX_TESTS_FUNCTIONAL}/feature_flags/_boto3/",
102104
],
103105
extras="aws-sdk",
104106
)

0 commit comments

Comments
 (0)