Skip to content

Commit

Permalink
fix: Feature was cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed Mar 11, 2024
1 parent b3c7267 commit 1dfb3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Patameterized test cases are defined using the 'parameterized' attribute instead
- **Be flexible:** Arguments provided to parameterized test cases are expressions.
- **Works out of the box:** Works with any Rust version out of the box. No custom test harness necessary.
- **Concise yet comprehensive:** Minimalstic doesn't need to mean 'featureless'.
- **Readable:** Maintains code readability by using a familiar Rustic attribute syntax.
- **Familiar syntax:** Maintains code readability with familiar Rustic syntax.
- **Promotes :** Each test case has a user defined name which can be referred back to, and can be used to run
individual test cases.
- **Battle tested:** Used for years in tests of
Expand Down

0 comments on commit 1dfb3ae

Please sign in to comment.