diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-01 21:50:04 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-01 21:50:04 +0100 |
commit | 6eca3af569997f28eee9d169a68cef4bbd6fd789 (patch) | |
tree | e66bdd119a7d0b5a57b8fb9c272a9b2ac1892b60 /test | |
parent | ec9105b690974b0246e36769506e735c4edf069a (diff) | |
download | bsie-6eca3af569997f28eee9d169a68cef4bbd6fd789.tar.gz bsie-6eca3af569997f28eee9d169a68cef4bbd6fd789.tar.bz2 bsie-6eca3af569997f28eee9d169a68cef4bbd6fd789.zip |
Integrate main app into package
Diffstat (limited to 'test')
-rw-r--r-- | test/apps/test_index.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/apps/test_index.py b/test/apps/test_index.py index a877684..f632599 100644 --- a/test/apps/test_index.py +++ b/test/apps/test_index.py @@ -225,6 +225,8 @@ class TestIndex(unittest.TestCase): outbuf = io.StringIO() with contextlib.redirect_stdout(outbuf): bsfs = main([ + '--config', + self.config_path, '--print', '-r', '--host', 'http://example.com', |