Updated Google Summer of Code 2015 (markdown)
parent
414a6fd558
commit
c796348525
|
@ -120,6 +120,7 @@ OpenKeychain supports elliptic curve cryptography, but only the ECDSA and ECDH a
|
||||||
|
|
||||||
## Improve unit tests
|
## Improve unit tests
|
||||||
**Brief explanation:** Unit tests are important, especially for a security-related application like OpenKeychain. We have a reasonable amount of unit tests which covers critical parts of our crypto code for a total of 25% coverage. Testing on Android has come a long way since last year though, so this task is about exploring those new possibilities and seriously improving that coverage, including UI and API test cases.
|
**Brief explanation:** Unit tests are important, especially for a security-related application like OpenKeychain. We have a reasonable amount of unit tests which covers critical parts of our crypto code for a total of 25% coverage. Testing on Android has come a long way since last year though, so this task is about exploring those new possibilities and seriously improving that coverage, including UI and API test cases.
|
||||||
|
Related: https://github.com/open-keychain/open-keychain/issues/689
|
||||||
|
|
||||||
**Expected results:** Test coverage, possible use of more test frameworks
|
**Expected results:** Test coverage, possible use of more test frameworks
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue