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

Test coverage for backend#28

Open
oleksiyp wants to merge 33 commits into
Kotlin:masterfrom
oleksiyp:master
Open

Test coverage for backend#28
oleksiyp wants to merge 33 commits into
Kotlin:masterfrom
oleksiyp:master

Conversation

@oleksiyp

@oleksiyp oleksiyp commented Nov 3, 2017

Copy link
Copy Markdown

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

oleksiyp commented Nov 6, 2017

Copy link
Copy Markdown
Author

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