Skip to content

Commit d61a8d0

Browse files
authored
chore: 📝 updating README
1 parent d4fb9a7 commit d61a8d0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ My way to MVVM using RxJava with new Android databinding
2121
* koin
2222
* picasso
2323

24+
### Testing
25+
* [KotlinTest][10]
26+
* [Android Junit 5][11]
27+
2428
TODO LIST
2529
---------
2630

2731
* Better UI, with Material Design concepts and so on
28-
* Add unit tests, allways fail on that :(
32+
* ~~Add unit tests, allways fail on that :(~~ :white_check_mark:
2933

3034
Developed By
3135
------------
@@ -42,7 +46,7 @@ Fernando Franco Giráldez - <[email protected]>
4246
License
4347
-------
4448

45-
Copyright 2018 Fernando Franco Giráldez
49+
Copyright 2019 Fernando Franco Giráldez
4650
Licensed under the Apache License, Version 2.0 (the "License");
4751
you may not use this file except in compliance with the License.
4852
You may obtain a copy of the License at
@@ -64,3 +68,5 @@ License
6468
[7]: https://developer.android.com/topic/libraries/architecture/room.html
6569
[8]: https://developer.android.com/topic/libraries/architecture/livedata.html
6670
[9]: https://developer.android.com/topic/libraries/architecture/viewmodel.html
71+
[10]: https://github.com/kotlintest/kotlintest
72+
[11]: https://github.com/mannodermaus/android-junit5

0 commit comments

Comments
 (0)