Skip to content

Commit

Permalink
Remove outdated feature tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinTrinque committed Mar 5, 2021
1 parent 8fb6384 commit 6c14f65
Show file tree
Hide file tree
Showing 21 changed files with 29 additions and 651 deletions.
4 changes: 2 additions & 2 deletions integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The `-v` flag tells `go test` to run with verbose output (sending logging to std
To run only certain tests (feature files), you can simply add the paths to a given feature file to the command:

```shell
go test -v ./integration/... -godog.format=pretty $(pwd)/integration/features/simple.feature
go test -v ./integration/... -godog.format=pretty $(pwd)/integration/features/my-feature.feature
```

## Race detection and cache
Expand All @@ -51,7 +51,7 @@ Should there be tests that are intermittently failing, this could indicate a dat
go test -v -count=1 -race ./integration/... -godog.format=pretty

# Same as above, but only run a specific feature file:
go test -v -count=1 -race ./integration/... -godog.format=pretty $(pwd)/integration/feature/core.feature
go test -v -count=1 -race ./integration/... -godog.format=pretty $(pwd)/integration/feature/my-feature.feature
```

Race detection is a complex thing to do, so it will make running tests significantly slower. The pipeline runs the tests with race detection, so this shouldn't be required to do locally.
Expand Down
372 changes: 0 additions & 372 deletions integration/core_test.go

This file was deleted.

Loading

0 comments on commit 6c14f65

Please sign in to comment.