Unit Tests¶
Documentation for Unit Tests
Unit tests are a crucial part of the Anya framework development process. They ensure that individual units of code work as expected and that any new code does not break existing functionality. Unit tests are important for the development of the Anya framework, as they help to identify and fix bugs early on. It is also important for the users of the Anya framework, as it ensures that the code is reliable and that the users can trust the results.
Running Unit Tests¶
Unit tests should be run before any release to ensure that the code works as expected.
To run the unit tests, use the following command:
Last updated: 2025-06-02