You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of the tests are more like integration than unit tests. While these are valuable and demonstrate good usage example, I think it would help the organization and usefulness of the tests if there were more modular unit tests. e.g. testing the functionality of the various formatting utilities, or the construction of format options classes from the FSML.
The text was updated successfully, but these errors were encountered:
This issue begins to be addressed by #158 which sorts tests into unit tests and feature tests. That sorting revealed that almost all of the tests are feature tests. There is very little unit testing. This issue is a call for more unit testing.
Many of the tests are more like integration than unit tests. While these are valuable and demonstrate good usage example, I think it would help the organization and usefulness of the tests if there were more modular unit tests. e.g. testing the functionality of the various formatting utilities, or the construction of format options classes from the FSML.
The text was updated successfully, but these errors were encountered: