Skip to content

Commit

Permalink
move the gie test runner into gie itself
Browse files Browse the repository at this point in the history
The -coverpkg=P switch requires that the functions in the local package actually use package P, otherwise we get no data collected (with a warning that “no packages being tested depend on matches for pattern”)
  • Loading branch information
mpgerlek committed Apr 20, 2018
1 parent 8d121cd commit ead8f73
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions gie/Gie_test.go

This file was deleted.

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.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion operations/gie_test.go → gie/the_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package operations_test
package gie_test

import (
"fmt"
Expand Down

0 comments on commit ead8f73

Please sign in to comment.