Skip to content

Commit

Permalink
Merge pull request #1 from scottgerring/doc/readme-updates
Browse files Browse the repository at this point in the history
docs: Update README
  • Loading branch information
scottgerring authored Aug 30, 2024
2 parents aee86aa + fa8f642 commit 2743976
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ To run minderbinder, you specify the configuration file, and if you are using `o
sudo ./minderbinder --interface enp67s0 config.yaml
```

Note: The graphs that pop up show general system call behaviour across the monitored values, and don't directly reflect the
actions minderbinder is performing on the targeted processes.

## Big Picture

The long-term goal is to provide a back-end for existing unit test frameworks, so that we can write component tests that can trivially break the code under test in interesting, chaos-related fashions. Something like this:
The long-term goal is to provide a back-end for existing unit test frameworks, so that we can write component tests that can trivially break the code under test in interesting, chaos-related fashions. This might look something like this:

```go
func TestYourAPIHandler_DownstreamFailure(t *testing.T) {
Expand Down

0 comments on commit 2743976

Please sign in to comment.