Skip to content

🎉 Add initial project structure and tests for Flaggle#1

Merged
oasaph merged 3 commits intomainfrom
feat/as/flagsntests
May 23, 2025
Merged

🎉 Add initial project structure and tests for Flaggle#1
oasaph merged 3 commits intomainfrom
feat/as/flagsntests

Conversation

@oasaph
Copy link
Contributor

@oasaph oasaph commented May 23, 2025

  • Created pyproject.toml for project configuration and dependencies.
  • Added initial test suite in tests/test_flag.py to cover FlagType, FlagOperation, and Flag functionalities.
  • Implemented tests for various flag types including boolean, numeric, string, and array.
  • Added tests for flag operations such as equality, inequality, greater than, less than, and inclusion.
  • Included tests for flag initialization and status evaluation.
  • Implemented JSON parsing tests for flag creation from JSON data.

Asaph Diniz added 3 commits May 23, 2025 16:47
- Created pyproject.toml for project configuration and dependencies.
- Added initial test suite in tests/test_flag.py to cover FlagType, FlagOperation, and Flag functionalities.
- Implemented tests for various flag types including boolean, numeric, string, and array.
- Added tests for flag operations such as equality, inequality, greater than, less than, and inclusion.
- Included tests for flag initialization and status evaluation.
- Implemented JSON parsing tests for flag creation from JSON data.
…e is_enabled method structure to support python 3.9
@oasaph oasaph merged commit 9052e2a into main May 23, 2025
3 checks passed
@oasaph oasaph deleted the feat/as/flagsntests branch May 23, 2025 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant