Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update test harness (copy test files) #1467 #416

Merged
Merged
Next Next commit
feat: Update test harness (copy test files) #1467
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
chrfwow committed Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 5e5596aee5ccc27101ea9e8cfe4b6ae1f1960008
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "test-harness"]
path = test-harness
url = https://github.com/open-feature/test-harness.git
[submodule "spec"]
path = spec
url = https://github.com/open-feature/spec.git
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ cov = [
]
e2e = [
"git submodule update --init",
"cp test-harness/features/evaluation.feature tests/features/",
"cp spec/specification/assets/gherkin/*.feature tests/features/",
"behave tests/features/",
"rm tests/features/*.feature",
]