forked from couchbase/gocb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GOCBC-722: Split tests into integration and unit suites
Motivation ---------- As part of a move to improve unit testing we should split our tests into integration and unit test suites. This will allow us to run unit tests without performing setup for a real server or the Couchbase Mock. Changes ------- Added two test suites using testify.Suite. Split tests across these two suites accordingly. Setup the testing -short flag to signal that only unit tests should be run. Change-Id: I69b53eb529ef27a36bb8239def42921c608aa598 Reviewed-on: http://review.couchbase.org/122111 Reviewed-by: Brett Lawson <brett19@gmail.com> Tested-by: Charles Dixon <chvckd@gmail.com>
- Loading branch information
Showing
24 changed files
with
946 additions
and
915 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.