Skip to content

Chore: Unit Tests for Components

Latest
Compare
Choose a tag to compare
@adibzailan adibzailan released this 15 Sep 10:27
849e7c5

Release v1.2.5

Added

  • Implemented unit tests for each component in the ui\components\ folder using pytest:
    • copy_set.py
    • folder_selection.py
    • footer.py
    • interval_settings.py
    • status_list.py
  • Added conftest.py to set up QApplication for GUI testing

Fixed

  • Resolved import issues in test files
  • Fixed IntervalSettingsWidget to properly handle invalid interval values

Improved

  • Enhanced test coverage for all UI components
  • Ensured all components pass their respective unit tests

Documentation

  • Added comments in test files to explain test cases and setup

Development

  • Configured pytest for running GUI tests
  • Improved project structure for better test organization

Next Steps

  • Adding integration tests for component interactions
  • Review and update main application code to use tested components
  • Plan for next feature additions or improvements