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
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[project]
name = "render-engine-cli"
dynamic = ["version"]
#version = "2025.6.1b1"
description = "Command line tool for the Render Engine static site generator"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
4 changes: 2 additions & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import frontmatter
import pytest
import toml
from render_engine import Page, Site
from render_engine.collection import Collection
from render_engine import Collection, Page, Site

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.