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
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
- name: Ruff format
run: uv run ruff format . --check
test-against-python-matrix:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
os: [ windows-latest, macos-latest, ubuntu-latest ]
fail-fast: true
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install uv
Expand Down
1 change: 1 addition & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import toml
from render_engine import Page, Site
from render_engine.collection import Collection

from render_engine_cli.utils import (
CliConfig,
create_collection_entry,
Expand Down
1 change: 1 addition & 0 deletions tests/test_cli_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import pytest
from click.testing import CliRunner

from render_engine_cli.cli import app


Expand Down
1 change: 1 addition & 0 deletions tests/test_render_engine_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import pytest
from render_engine.page import Page
from render_engine.site import Site

from render_engine_cli.event import ServerEventHandler


Expand Down
1 change: 1 addition & 0 deletions tests/test_render_engine_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import pytest
from click.testing import CliRunner

from render_engine_cli.cli import app


Expand Down
1 change: 1 addition & 0 deletions tests/test_render_engine_tools.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import pathlib

from render_engine.site import Site

from render_engine_cli.utils import remove_output_folder


Expand Down
44 changes: 22 additions & 22 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.