Welltested Docs
v2.x.x
v2.x.x
  • Documentation
    • Set up
    • Unit Tests
      • Annotation
      • Generate Tests
      • Save Tests
      • Good to Knows
        • Custom Testcases
        • Regenerate Bad Tests
        • The Batching Rule
    • FAQs
      • Paid Plans
      • Code Privacy
      • Support
      • Using with FVM
    • Testability Guidelines
Powered by GitBook
On this page

Was this helpful?

  1. Documentation
  2. Unit Tests

Save Tests

Whenever you make changes to the tests or your code, it's required to save those updates to welltested so we don't overwrite them from the cache.

To save your changes, run the command:

welltested save unit

Saving tests help:

  1. Reduce Errors: If you rectify a mistake in our generated tests and save the fix, we tend to learn from your fixes and not repeat the mistakes again.

  2. Learn your code style: With more examples of your code style and pattern, we create better tests tuned for you.

PreviousGenerate TestsNextGood to Knows

Last updated 1 year ago

Was this helpful?