Repository: cassandra Updated Branches: refs/heads/trunk 4f02db5c4 -> 2d8ae8373
Ninja trivial typo in TESTING Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2d8ae837 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2d8ae837 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2d8ae837 Branch: refs/heads/trunk Commit: 2d8ae8373f2ccbbebdeb97e8bc58fd88062f1a61 Parents: 4f02db5 Author: Jeff Jirsa <[email protected]> Authored: Wed Jun 20 21:28:09 2018 -0700 Committer: Jeff Jirsa <[email protected]> Committed: Wed Jun 20 21:28:09 2018 -0700 ---------------------------------------------------------------------- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/2d8ae837/TESTING.md ---------------------------------------------------------------------- diff --git a/TESTING.md b/TESTING.md index de0c34a..b6e27aa 100644 --- a/TESTING.md +++ b/TESTING.md @@ -1,7 +1,7 @@ The goal of this document is to establish guidelines on writing tests that drive incremental improvement of the test coverage and testability of Cassandra, without overly burdening day to day work. While not every point here will be immediately practical to implement or relevant for every contribution, it errs on the side of not making rules out of potential exceptions. It provides guidelines on test scope, style, and goals, as -weel as guidelines for dealing with global state and refactoring untested code. +well as guidelines for dealing with global state and refactoring untested code. ## What to Test --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
