-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOP MOD - Review top level test code -- TESTED
- REVU notes on redis pkg testfiles - ADD stub test file for connection.go comps
- Loading branch information
Joubin Houshyar
committed
Sep 20, 2012
1 parent
566ec3d
commit b29f0cf
Showing
6 changed files
with
33 additions
and
0 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// REVU - whitebox testing of internal comps -- OK. | ||
|
||
package redis | ||
|
||
import ( | ||
"log" | ||
"testing" | ||
) | ||
|
||
func TestStub(t *testing.T) { | ||
/* feed the compiler */ | ||
} | ||
|
||
/* --------------- KEEP THIS AS LAST FUNCTION -------------- */ | ||
func TestEnd_ct(t *testing.T) { | ||
log.Println("-- connection test completed") | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// REVU - whitebox testing of internal comps -- OK. | ||
|
||
package redis | ||
|
||
import ( | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// REVU - whitebox testing of internal comps -- OK. | ||
|
||
package redis | ||
|
||
import ( | ||
|
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