From b7d60d9d0f8b722b964e89ea230f2258b5468332 Mon Sep 17 00:00:00 2001 From: Stevan Andjelkovic Date: Tue, 12 Nov 2024 08:33:22 +0100 Subject: [PATCH] docs: try to fix code formatting inside details [skip ci] --- README.md | 7 +++++-- TODO.md | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff05379..d03c4f1 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ range of software that can be specified and tested will extended in the
Example + ``` Coverage: 2xx: @@ -219,11 +220,12 @@ range of software that can be specified and tested will extended in the 2% getPet (3) 409: 0% addPet (1) - + Total: 200 - + Use --seed 2469868563532480199 to reproduce ``` +
- [x] Don't stop if a potential problem is found, present all findings at the @@ -231,6 +233,7 @@ range of software that can be specified and tested will extended in the
Example + ``` Test failure: diff --git a/TODO.md b/TODO.md index 85d5f85..c78f0d8 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,6 @@ Here's what I'm currently working on: - tests for all examples in readme - spexup + confirm with user - + remove gh dependency? + cache releases.json? - contributing.md + https://x.com/mitchellh/status/1852039089547309552 @@ -46,6 +45,8 @@ Here's what I'm currently working on: ### Features #### Spex + +- allow for control of # of test cases vs test case length - use duration rather than numTests? - print progress while testing