-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add make target for doc automation tests; create a separate folder fo…
…r doc automation tests; add documentation for helper functions
- Loading branch information
1 parent
79d7516
commit 3538d42
Showing
5 changed files
with
45 additions
and
28 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,14 @@ | ||
//go:build !race | ||
// +build !race | ||
|
||
package docautomation | ||
|
||
import ( | ||
"testing" | ||
|
||
"github.com/redhat-developer/odo/tests/helper" | ||
) | ||
|
||
func TestDocAutomation(t *testing.T) { | ||
helper.RunTestSpecs(t, "Doc Automation Suite") | ||
} |
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
11 changes: 0 additions & 11 deletions
11
tests/integration/documentation/documentation_suite_test.go
This file was deleted.
Oops, something went wrong.