-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17630 from smowton/smowton/admin/deduplicate-tests
Go: deduplicate integration tests
- Loading branch information
Showing
19 changed files
with
7 additions
and
115 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
go/ql/integration-tests/test-extraction-traced/src/testme_blackbox_test.go
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
go/ql/integration-tests/test-extraction-traced/src/testme_test.go
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,7 @@ | ||
import os | ||
|
||
def test_traced(codeql, go): | ||
codeql.database.create(source_root="src", command="go test -c") | ||
|
||
def test_autobuild(codeql, go): | ||
codeql.database.create(source_root="src", extractor_option = ["extract_tests=true"]) |
File renamed without changes.