mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 13:15:44 +00:00
14 lines
213 B
Python
14 lines
213 B
Python
import pytest
|
|
|
|
from tembo.journal.pages import PageCreatorOptions
|
|
|
|
|
|
def test_scoped_page_creator_create_page_missing_base_path():
|
|
# arrange
|
|
options = PageCreatorOptions()
|
|
|
|
# act
|
|
|
|
# assert
|
|
pass
|