You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/11/28 14:24:55 UTC

[cordova-coho] branch brodybits-extra-unit-tests-clarification created (now 1a7f1af)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a change to branch brodybits-extra-unit-tests-clarification
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git.


      at 1a7f1af  Extra Android & iOS unit tests clarification

This branch includes the following new commits:

     new 1a7f1af  Extra Android & iOS unit tests clarification

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-coho] 01/01: Extra Android & iOS unit tests clarification

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-extra-unit-tests-clarification
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git

commit 1a7f1afaff897477846b49bbbb6868639b901cbd
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Wed Nov 28 09:24:52 2018 -0500

    Extra Android & iOS unit tests clarification
    
    that they are already covered by `npm test`
---
 docs/platforms-release-process.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md
index 94a562a..d893e6a 100644
--- a/docs/platforms-release-process.md
+++ b/docs/platforms-release-process.md
@@ -317,11 +317,11 @@ rm -rf androidTest*
     
 ### Extra Android unit tests
 
- * Unit tests in: [cordova-android / test](https://github.com/apache/cordova-android/tree/master/test)
+ * `cordova-android` unit tests that are already covered by `npm test`: [cordova-android / test](https://github.com/apache/cordova-android/tree/master/test)
 
 ### Extra iOS unit tests
 
- * Unit tests in: [cordova-ios / tests / CordovaLibTests](https://github.com/apache/cordova-ios/tree/master/tests/CordovaLibTests)
+ * `cordova-ios` unit tests that are already covered by `npm test`: [cordova-ios / tests / CordovaLibTests](https://github.com/apache/cordova-ios/tree/master/tests/CordovaLibTests)
 
 ### When a regression is found
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org