chore: rename bulkgen to hokusai
This commit is contained in:
parent
a28cc97aed
commit
4def49350e
32 changed files with 215 additions and 213 deletions
|
|
@ -1,4 +1,4 @@
|
|||
"""Integration tests for bulkgen.state."""
|
||||
"""Integration tests for hokusai.state."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
@ -6,7 +6,7 @@ from pathlib import Path
|
|||
|
||||
import yaml
|
||||
|
||||
from bulkgen.state import (
|
||||
from hokusai.state import (
|
||||
BuildState,
|
||||
TargetState,
|
||||
hash_file,
|
||||
|
|
@ -41,10 +41,10 @@ class TestStateFilename:
|
|||
"""Test state filename derivation."""
|
||||
|
||||
def test_state_filename(self) -> None:
|
||||
assert state_filename("cards") == ".cards.bulkgen-state.yaml"
|
||||
assert state_filename("cards") == ".cards.hokusai-state.yaml"
|
||||
|
||||
def test_state_filename_simple(self) -> None:
|
||||
assert state_filename("project") == ".project.bulkgen-state.yaml"
|
||||
assert state_filename("project") == ".project.hokusai-state.yaml"
|
||||
|
||||
|
||||
class TestStatePersistence:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue