Merge pull request #382 from RicoGit/small-fixes

Add to .gitignore .idea/ folder and fix test's readme
This commit is contained in:
Vladimir Komendantskiy 2019-02-25 11:42:48 +00:00 committed by GitHub
commit 5b86543bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ src/proto/message.rs
**/*.rs.bk
Cargo.lock
net-trace_*.txt
.idea/

View File

@ -165,6 +165,7 @@ fn do_example_test(seed: TestRngSeed, dimension: NetworkDimension) {
})
// ...
}
```
### Property based testing