Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Test coverage for backend #28

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

Test coverage for backend #28

wants to merge 33 commits into from

Conversation

oleksiyp
Copy link

@oleksiyp oleksiyp commented Nov 3, 2017

Hi,
seems your project lacks good test coverage.

And that's perfect match for my needs.
I want to test-drive my new mocking library MockK and by the way I can do full coverage for your project.

Cheers!

 * - not testable
 + - tested

 [*] ├── Application.kt
 [+] ├── ApplicationPage.kt
     ├── dao
 [+] │   ├── ThinkterDatabase.kt
 [*] │   ├── ThinkterStorage.kt
 [*] │   ├── Thoughts.kt
 [*] │   └── Users.kt
 [+] ├── Delete.kt
 [+] ├── Index.kt
 [*] ├── Locations.kt
 [+] ├── Login.kt
     ├── model
 [*] │   ├── atoms.kt
 [*] │   └── responses.kt
 [+] ├── PostThought.kt
 [+] ├── Register.kt
 [+] ├── UserPage.kt
 [+] ├── Utilities.kt
 [+] └── ViewThought.kt

@oleksiyp
Copy link
Author

oleksiyp commented Nov 6, 2017

Requesting review and merge.
@cy6erGn0m @hhariri @orangy @yole @elizarov
Thanks in advance!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants