From 5bdba3acf088ae73b363eb6c961dd548794ec197 Mon Sep 17 00:00:00 2001 From: Brett Zane Date: Mon, 9 Jun 2025 13:17:13 -0700 Subject: [PATCH 1/4] update test --- tests/http_strategies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/http_strategies.py b/tests/http_strategies.py index 5ba11df..ec622b3 100644 --- a/tests/http_strategies.py +++ b/tests/http_strategies.py @@ -31,7 +31,7 @@ def http_path(): def http_body(): """ - Returns random binary body data. + Returns random binary body data. Yo. """ return strategies.binary(min_size=0, max_size=1500) From ce58fb74dfd03f9144d093ec7f8760e1e449768f Mon Sep 17 00:00:00 2001 From: Brett Zane Date: Mon, 9 Jun 2025 13:32:50 -0700 Subject: [PATCH 2/4] update --- tests/http_strategies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/http_strategies.py b/tests/http_strategies.py index ec622b3..0fd6595 100644 --- a/tests/http_strategies.py +++ b/tests/http_strategies.py @@ -31,7 +31,7 @@ def http_path(): def http_body(): """ - Returns random binary body data. Yo. + Returns random binary body data. Yo. Bro. """ return strategies.binary(min_size=0, max_size=1500) From be81f7253f2f9e86ea7c5ff2fbc57e8aa464dfee Mon Sep 17 00:00:00 2001 From: Brett Zane Date: Mon, 9 Jun 2025 13:57:28 -0700 Subject: [PATCH 3/4] update --- tests/http_strategies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/http_strategies.py b/tests/http_strategies.py index 0fd6595..5ba11df 100644 --- a/tests/http_strategies.py +++ b/tests/http_strategies.py @@ -31,7 +31,7 @@ def http_path(): def http_body(): """ - Returns random binary body data. Yo. Bro. + Returns random binary body data. """ return strategies.binary(min_size=0, max_size=1500) From e0ebd71d2a78916e6781391f5a6030cabc5b2c51 Mon Sep 17 00:00:00 2001 From: Brett Zane Date: Mon, 9 Jun 2025 13:59:32 -0700 Subject: [PATCH 4/4] super --- tests/http_strategies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/http_strategies.py b/tests/http_strategies.py index 5ba11df..e020e2f 100644 --- a/tests/http_strategies.py +++ b/tests/http_strategies.py @@ -31,7 +31,7 @@ def http_path(): def http_body(): """ - Returns random binary body data. + Returns random binary body data. Super. """ return strategies.binary(min_size=0, max_size=1500)