add tag to toggle between online and offline tests
This commit is contained in:
5
engine/tag_offline.go
Normal file
5
engine/tag_offline.go
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
// +build !online
|
||||||
|
|
||||||
|
package engine
|
||||||
|
|
||||||
|
const OnlineTestEnabled = false
|
||||||
5
engine/tag_online.go
Normal file
5
engine/tag_online.go
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
// +build online
|
||||||
|
|
||||||
|
package engine
|
||||||
|
|
||||||
|
const OnlineTestEnabled = true
|
||||||
Reference in New Issue
Block a user