Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Testing infrastructure #119

Merged
merged 9 commits into from
Oct 10, 2024
Merged

chore: Testing infrastructure #119

merged 9 commits into from
Oct 10, 2024

Conversation

TheRealAgentK
Copy link
Contributor

#91 #92 - Testing infrastructures

Description 📝

Fixes #91 and #92 and provides testing infrastructures for unit and AndroidTests and some initial tests.

Type of change

  • New feature (non-breaking change which adds functionality)

Updates

👉 Added testing and mocking libraries
👉 Setup testing infrastructure for unit codes (run in code) and AndroidTests (run on device/emulator)
👉 Added some initial tests

Note: AndroidTests' successes often depend on the device and non-standard setups or the "wrong" developer option set can cause tests to fail. The only way to run them reliably is most often than not on a clean emulator image.

Author to check 👓

  • Project and all contained modules build
  • Tested on appropriate devices/emulators and SDK versions
  • [] Reviewed by another developer
  • Appropriate documentation written (code comments, internal docs)

Reviewer to check ✔️

  • Change has been tested on a device/emulator
  • Code is written to standards
  • Appropriate tests have been written (code comments, internal docs)

@TheRealAgentK TheRealAgentK changed the title Testing infrastructure chore: Testing infrastructure Oct 10, 2024
Copy link

@miquelbeltran miquelbeltran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setup and tests look good to me!

@TheRealAgentK TheRealAgentK merged commit f47bd04 into develop Oct 10, 2024
1 of 2 checks passed
@TheRealAgentK TheRealAgentK deleted the feature/#91-unittests branch October 10, 2024 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add unit tests for :provider
2 participants