Skip to content

fix(test): output random seed when specified#340

Merged
felangel merged 1 commit intomainfrom
fix/output-random-seed
Mar 25, 2022
Merged

fix(test): output random seed when specified#340
felangel merged 1 commit intomainfrom
fix/output-random-seed

Conversation

@felangel
Copy link
Contributor

@felangel felangel commented Mar 25, 2022

Description

$ very_good test --test-randomize-ordering-seed random        
Shuffling test order with --test-randomize-ordering-seed=4033303807
Running "flutter test" in my_app...
✓ Optimizing tests (1.5s)

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel felangel added the bug Something isn't working as expected label Mar 25, 2022
@felangel felangel requested a review from erickzanardo March 25, 2022 18:32
@felangel felangel self-assigned this Mar 25, 2022
@felangel felangel requested a review from jorgecoca as a code owner March 25, 2022 18:32
@felangel felangel requested a review from wolfenrain March 25, 2022 18:38
@felangel felangel merged commit edcd171 into main Mar 25, 2022
@felangel felangel deleted the fix/output-random-seed branch March 25, 2022 18:57
@felangel felangel mentioned this pull request Mar 25, 2022
7 tasks
ahsanf pushed a commit to Arkabyte-Teknologi/very_good_cli that referenced this pull request Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working as expected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: show the randomization seed for very_good test command

2 participants