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
Decision: Can be used for some tests parallel to unittest
Project structure
The issue needs to be developed on the ISSUE_#3_Testing branch
Define the project structure that has a folder for the tests and below that subfolders for unit tests, functional tests and other test relevant tools/data/mapfiles/configurations/scripts
Create a script to generate code coverage reports for the unit tests
Unit testing
Test first the most important functions and classes:
…) and bugfixes
Details:
- Adding different test cases to test the MemoryMap.py::caluclateObjectsInSections() function
- Bugfix in the MemoryMap.py::caluclateObjectsInSections() function
- Defining an exception throwing empty __eq__ operator for the memoryEntry.py::MemEntry class
The following topics need to be done:
Tool evaluations
Project structure
ISSUE_#3_Testing
branchUnit testing
Functional testing
Corrections needed based on the first review of unit tests
The text was updated successfully, but these errors were encountered: