Skip to content

Commit

Permalink
make 'tests' directory into package
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Sep 15, 2020
1 parent 643e458 commit 4b5aa00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added tests/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion tests/test_layouts.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
import sphinx
from sphinx_testing import with_app
from tests.util import extract_needs_from_html
from .util import extract_needs_from_html


@with_app(buildername='html', srcdir='doc_test/doc_layout')
Expand Down
2 changes: 1 addition & 1 deletion tests/test_title_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sphinx
from sphinx_testing import with_app

from tests.util import extract_needs_from_html
from .util import extract_needs_from_html

try:
from pathlib import Path
Expand Down

0 comments on commit 4b5aa00

Please sign in to comment.