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.

Last updated