mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 10:35:43 +00:00
adding initial tests
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import sys
|
||||
|
||||
import click
|
||||
|
||||
import tembo
|
||||
from tembo.journal import pages
|
||||
|
||||
|
||||
CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])
|
||||
|
||||
|
||||
|
||||
@@ -6,9 +6,9 @@ import pathlib
|
||||
import re
|
||||
from typing import Collection
|
||||
|
||||
import pendulum
|
||||
import jinja2
|
||||
from jinja2.exceptions import TemplateNotFound
|
||||
import pendulum
|
||||
|
||||
import tembo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user