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

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.

2 participants