Juliette

Results 605 issues of Juliette

### Tests: new Cookie\NormalizeTest class ... with dedicated tests for the `Cookie::normalize()` and `Cookie::normalize_attribute()` methods. ### Cookie::normalize_attribute(): bug fix - harden code against incorrect input types As attributes can be...

Type: testing/chores/QA
Type: bug

Currently, there are a lot of tests which follow a pattern along the lines of: ```php // Do something $this->assertSame($expected, $result['key']['subkey']->property); ``` Tests like these are unstable as they may...

Type: testing/chores/QA
Status: help wanted

Fixes #220

Component: Transports
Type: enhancement
Status: triage

_Note: this is a recreation of PR #337, which was closed due to the branch rename and the remote no longer existing._ _Please see PR #337 for the original discussion...

Component: Transports
Type: bug
Status: triage
Status: needs tests

There are several tickets open about tests using external servers/services and the fact that this means that those tests may fail on occation when the service is (temporarily) not available...

Type: testing/chores/QA

As per #595: > The methods covered via the `DecompressionTest` test class need a **lot** more tests, in particular the `Requests::compatible_gzinflate()` method, which includes code paths currently completely untested and...

Type: testing/chores/QA
Type: enhancement

This issue is intended to contain a tentative roadmap for things to be included/removed in Requests 4.0. For now, the most important function of this issue is to contain an...

Type: meta

For all sorts of reasons it would be good to have some more variation in the test environments on which the tests are run in CI. Some suggestions/ideas: * Run...

Type: testing/chores/QA

This issue is intended to contain a tentative roadmap for things to be included/removed in Requests 3.0. For now, the most important function of this issue is to contain an...

Type: meta

_Note: this is a recreation of PR #110, which was closed due to the branch rename and the remote no longer existing._ _Please see PR #110 for the original discussion...

Component: Transports
Type: enhancement
Status: triage
Status: needs tests