Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ jobs:
TOXCFG: tox-integration.ini
- TOXENV: py3-mqtt
TOXCFG: tox-integration.ini
- TOXENV: py3-hooks
TOXCFG: tox-integration.ini
- TOXENV: py3-advanced
- TOXENV: py3-http
TOXCFG: tox-integration.ini
- TOXENV: py3-grpc
TOXCFG: tox-integration.ini
Expand Down Expand Up @@ -125,5 +123,5 @@ jobs:

- name: Run tests
run: |
uv sync --all-extras
uv sync --all-extras --all-packages
uvx tox -c ${TOXCFG} -e ${TOXENV}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ to run the integration tests, make sure you have
It's that simple!

If you want to develop things in tavern, enter your virtualenv and run
`uv sync --all-extras` to install the library, any requirements,
`uv sync --all-extras --all-packages` to install the library, any requirements,
and other useful development options.

Tavern uses [ruff](https://pypi.org/project/ruff/) to keep all of the code
Expand Down
2 changes: 1 addition & 1 deletion docs/source/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Some pytest options can be used to make the test output easier to read.

### Example

Say we are running against the [advanced example](https://github.com/taverntesting/tavern/tree/master/example/advanced)
Say we are running against the [http example](https://github.com/taverntesting/tavern/tree/master/example/http)
from Tavern but we have an error in the yaml:

```yaml
Expand Down
14 changes: 0 additions & 14 deletions example/advanced/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions example/advanced/common.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions example/components/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions example/components/common.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions example/components/components.md

This file was deleted.

8 changes: 0 additions & 8 deletions example/components/docker-compose.yaml

This file was deleted.

67 changes: 0 additions & 67 deletions example/components/server.py

This file was deleted.

13 changes: 0 additions & 13 deletions example/cookies/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions example/cookies/cookies.md

This file was deleted.

8 changes: 0 additions & 8 deletions example/cookies/docker-compose.yaml

This file was deleted.

134 changes: 0 additions & 134 deletions example/cookies/server.py

This file was deleted.

Loading