Adopt shared mapper test data from engine-test-data

Open
#181 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
38/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python

Research direction

Start with flagsmith/mappers.py around line 182 and inspect the existing mapper tests. Review engine-test-data pull request #46 and the mapper_test_cases, then compare the linked PHP and .NET implementations. Done means the shared cases pass and identity override virtual segment keys follow the JSON plus SHA256 portable standard.

Written by the indexing model from the issue text.

Description

Mapper tests use inline expected context data rather than shared test cases from engine-test-data repository.

Acceptance criteria

  • mapper_test_cases pass (see Flagsmith/engine-test-data#46)
  • Identity override virtual segment key generation matches cross-SDK portable standard (JSON + SHA256)

Technical context

Current implementation uses non-portable hash:
https://github.com/Flagsmith/flagsmith-python-client/blob/c0d57ec4cd208b79908298e6cf9a3504e5d42fda/flagsmith/mappers.py#L182

Portable standard (JSON + SHA256):

Shared test data: https://github.com/Flagsmith/engine-test-data/pull/46

Related issues:

  • Flagsmith/flagsmith-ruby-client#93
  • Flagsmith/flagsmith-java-client#197
  • Flagsmith/flagsmith-nodejs-client#228
  • Flagsmith/flagsmith-go-client#196
  • Flagsmith/flagsmith-rust-flag-engine#26
  • Flagsmith/flagsmith-dotnet-client#180
Dominant language
Python
Stars
24
Forks
12
Avg merge
15h 43m
Merged PRs (30d)
4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Flagsmith/flagsmith-python-client

All issues in Flagsmith/flagsmith-python-client

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.