diff options
author | Matthias Baumgartner <dev@igsor.net> | 2022-12-15 17:21:20 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2022-12-15 17:21:20 +0100 |
commit | 3b41b2a4b7532c911b63b41066a75b3e1546d214 (patch) | |
tree | a9e7b4ee1b0d8f38a2d9c1a74673b465d71e37c8 /test/apps/test_index.py | |
parent | 37510d134458bf954ca2da6d40be0d6c76661e8c (diff) | |
download | bsie-3b41b2a4b7532c911b63b41066a75b3e1546d214.tar.gz bsie-3b41b2a4b7532c911b63b41066a75b3e1546d214.tar.bz2 bsie-3b41b2a4b7532c911b63b41066a75b3e1546d214.zip |
minor test improvements and information hiding in builder
Diffstat (limited to 'test/apps/test_index.py')
-rw-r--r-- | test/apps/test_index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apps/test_index.py b/test/apps/test_index.py index c567dea..2be8470 100644 --- a/test/apps/test_index.py +++ b/test/apps/test_index.py @@ -5,10 +5,10 @@ A copy of the license is provided with the project. Author: Matthias Baumgartner, 2022 """ # imports +import contextlib import io import os import rdflib -import sys import unittest # bsie imports |