Skip to content

Commit

Permalink
Remove unused files, Improve/refactor tests, Adds useName flag
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpeterkort committed Dec 20, 2023
1 parent d97441f commit 8c28032
Show file tree
Hide file tree
Showing 71 changed files with 2,657 additions and 3,826 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,11 @@ needs to have GRPC install. To install, run:
```
pip install grpcio-tools
```

## Go Tests

Run go tests with
```
go clean -testcache
go test ./test/... -v
```
35 changes: 0 additions & 35 deletions cmd/graphmanifest/main.go

This file was deleted.

172 changes: 0 additions & 172 deletions cmd/graphmanifest/scan.go

This file was deleted.

88 changes: 0 additions & 88 deletions cmd/manifest/main.go

This file was deleted.

4 changes: 0 additions & 4 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ package cmd
import (
"os"

"github.com/bmeg/sifter/cmd/graphmanifest"
"github.com/bmeg/sifter/cmd/inspect"
"github.com/bmeg/sifter/cmd/manifest"
"github.com/bmeg/sifter/cmd/run"
"github.com/spf13/cobra"
)
Expand All @@ -20,8 +18,6 @@ var RootCmd = &cobra.Command{
func init() {
RootCmd.AddCommand(run.Cmd)
RootCmd.AddCommand(inspect.Cmd)
RootCmd.AddCommand(manifest.Cmd)
RootCmd.AddCommand(graphmanifest.Cmd)
}

var genBashCompletionCmd = &cobra.Command{
Expand Down
56 changes: 0 additions & 56 deletions cmd/run/proxy.go

This file was deleted.

Loading

0 comments on commit 8c28032

Please sign in to comment.