Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/schemathesis/schemathesis
Supercharge your API testing, catch bugs, and ensure compliance
https://github.com/schemathesis/schemathesis
perf: Optimize event data emission by postponing code sample generation
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
refactor: Simplify Python code samples for failure reproduction
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
feat: Automatic masking of sensitive data in the output by default
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
docs: Update docs index page
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
Automatic probe for engine configuration
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Control the behavior of Schemathesis deprecations
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Improve consistency in CLI options
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
chore: Validation Open API 3.1 schemas
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
Use snapshot testing for CLI output
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
More concise reports on network & config errors
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
fix: Generated cURL commands now include the `Content-Type` header, which was previously omitted
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
Update pre commit
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: Added `contains` method to `ParameterSet` for easier parameter checks in hooks
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: Refined generated reproduction code and shortened `X-Schemathesis-TestCaseId` for easier debugging
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: Improve error messages for JSON pointer resolution errors
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: Improve error messages for certain schema errors
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
fix: Reflect disabled TLS verification in generated code samples
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: Support enabling experimental features via env variables
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: Use `127.0.0.1` in more cases instead of `localhost`
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
docs: add why is localhost slow on windows to faq
TheBigRoomXXL opened this pull request over 1 year ago
TheBigRoomXXL opened this pull request over 1 year ago
feat: experimental support of OpenAPI 3.1
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
fix: Confusing error message when trying to load schema from a non-existing file
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
Use `jsonschema.Draft202012Validator` in response validation for Open API 3.1
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Support Werkzeug 3.0+
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Run app lifespan events
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
Removing deprecations in 4.0
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
feat: New `filter_operations` hook
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
feat: Support `body` hooks for GraphQL schemas
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
feat: Automatic FastAPI fixup injecting for ASGI loaders
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: Remove mentions of `_ssl.c` from SSL-related error messages
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: Do not display `InsecureRequestWarning` in CLI output if the user explicitly provided `--request-tls-verify=false`
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: Disable the "explain" Hypothesis phase
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
Support Python 3.12
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Disable the `explain` Hypothesis phase
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
chore: Enhance CLI output for schema loading and internal errors
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: A way to disable suggestion for visualizing test results
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore!: Add `case` as the first argument to `AuthContext.set`.
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: update pre-commit
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
fix: Do not skip negative tests if the generated value is `None`
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
Make it possible to disable suggestion about the `--report` option
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Refine handling and display of the `X-Schemathesis-TestCaseId` header
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Improve failure representation
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Avoid showing the whole payload in the error details
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Enforce calling of `Case.call` in Python tests
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
[FEATURE] Automatically load fixups for FastAPI
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
[Documentation]: More FastAPI examples and clearer ASGI/WSGI sections
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
feat: Support for colored output from docker container
mohebmithani opened this pull request over 1 year ago
mohebmithani opened this pull request over 1 year ago
[FEATURE] Provide a way to hide some sensitive headers when displaying error message
j-sim opened this issue over 1 year ago
j-sim opened this issue over 1 year ago
Documentation updates
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
Hook to optionally skip specific failures
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
fix: auths/AuthProvider: add overloads for __call__
huwcbjones opened this pull request over 1 year ago
huwcbjones opened this pull request over 1 year ago
Display elapsed time for response time exceed limit
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Add convenience methods on `ParameterSet`
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Pass `case` with `AuthContext`
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Consider validating payload via JSON schema if there is no `Content-Type`
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Use JSON values in JSON Schema error messages
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Clarify error message for responses with empty bodies
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Improve error message on invalid JSON
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
[BUG] Generated cURL command misses the `Content-Type` header
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Adjust error messages from Hypothesis
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Clarify error message on SSL errors
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
Hide SSL warning when it is explicitly disabled
Stranger6667 opened this issue over 1 year ago
Stranger6667 opened this issue over 1 year ago
feat: Shortcuts for hooks
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: Pin `Werkzeug` to `<3.0`
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
auths/AuthProvider: bind Generic to Auth
huwcbjones opened this pull request over 1 year ago
huwcbjones opened this pull request over 1 year ago
[BUG] auth/AuthProvider type hint incorrect
huwcbjones opened this issue over 1 year ago
huwcbjones opened this issue over 1 year ago
[BUG] Custom Auth caching ignores scopes
huwcbjones opened this issue over 1 year ago
huwcbjones opened this issue over 1 year ago
build(deps): bump urllib3 from 1.26.11 to 1.26.17 in /example
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
chore: update `pre-commit`
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
[BUG] Examples for request body ignored during testcase generation
hoog1511 opened this issue over 1 year ago
hoog1511 opened this issue over 1 year ago
chore: fix typos
afuetterer opened this pull request over 1 year ago
afuetterer opened this pull request over 1 year ago
fix: `Unsatisfiable` error for multiple security schemes applied to the same API operation and an explicit `Authorization` header
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
[BUG] Fail to run CLI. Getting KeyError: 'location'
tsyg opened this issue over 1 year ago
tsyg opened this issue over 1 year ago
docs: Update `--report` documentation
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: Update pre-commit
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
build: Do not test failing endpoints in `example-build`
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
[BUG] Unable to pass "Authorization: Bearer AUTH_TOKEN" header correctly in Github Action Yaml file
AryanGodara opened this issue over 1 year ago
AryanGodara opened this issue over 1 year ago
[BUG] "FailedHealthCheck : 50 filtered examples but only 0 good ones." Schemathesis not producing tests for a valid open API yaml file
AryanGodara opened this issue over 1 year ago
AryanGodara opened this issue over 1 year ago
Documentation += report format
tsyg opened this issue over 1 year ago
tsyg opened this issue over 1 year ago
Improve tests stability
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
fix: Broken `--report` CLI argument under `click>=8.1.4`
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore(python): add Python 3.12 compatibility
stegayet opened this pull request over 1 year ago
stegayet opened this pull request over 1 year ago
[BUG] Incorrect timeout setting for call_and_validate
gosuvn opened this issue over 1 year ago
gosuvn opened this issue over 1 year ago
build(deps): bump certifi from 2022.12.7 to 2023.7.22 in /example
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
build(deps): bump aiohttp from 3.8.1 to 3.8.5 in /example
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
[FEATURE] Support `jsonschema` 4.18.0+
allanlewis opened this issue over 1 year ago
allanlewis opened this issue over 1 year ago
[DOCUMENTATION] how to use graphql schema get_case_strategy
devkral opened this issue over 1 year ago
devkral opened this issue over 1 year ago
[BUG] --report flag without arguments is broken.
phknot opened this issue over 1 year ago
phknot opened this issue over 1 year ago
[BUG] from_asgi broken for e.g. django asgi
devkral opened this issue over 1 year ago
devkral opened this issue over 1 year ago
chore: update pre-commit
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
Update readme
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
[BUG] Stops testing each endpoint after first failure.
danielbjorkholm opened this issue over 1 year ago
danielbjorkholm opened this issue over 1 year ago
feat: run ASGI lifespan events
fyhertz opened this pull request over 1 year ago
fyhertz opened this pull request over 1 year ago
fix: Do not raise `Unsatisfiable` when explicit headers are provided for negative tests.
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
Avoid `Unsatisfiable` in some cases
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
[BUG] Cannot import Astroid with schemathesis 3.19.6.
kain88-de opened this issue over 1 year ago
kain88-de opened this issue over 1 year ago
Update hypothesis
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
chore: Support `requests<3`
Stranger6667 opened this pull request over 1 year ago
Stranger6667 opened this pull request over 1 year ago
[FEATURE] Support `requests` 2.31 in order to address CVE-2023-32681
allanlewis opened this issue over 1 year ago
allanlewis opened this issue over 1 year ago
build(deps-dev): bump requests from 2.27.1 to 2.31.0
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago