FilledStacks / testsweets

A utility package for TestSweets that allows you to generate and upload your automation keys for the TestSweets tool
26 stars 5 forks source link

Fix unit tests and general refactor #10

Closed ebrahim-soliman closed 3 years ago

ebrahim-soliman commented 3 years ago
  1. Fix all unit tests(except one).
  2. Add unit tests to TestSweetsConfigFileService.
  3. Refactor testsweets file to reduce boilerplate.
  4. Remove duplicate code especially error messages.
  5. Change weird makeinstance way of polymorphism to normal and refactor where exists.
  6. update readme.
ebrahim-soliman commented 3 years ago

Done