aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-01 22:31:03 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-01 22:31:03 +0100
commit4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb (patch)
treee3450cfdab65a447582890e4a6e3334da276aef1 /test/apps
parente0c4713c40367b4b41da926da0ba7ed05d47d54b (diff)
downloadbsie-4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb.tar.gz
bsie-4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb.tar.bz2
bsie-4b5c4d486bb4f0f4da2e25ad464e8336a781cdcb.zip
removed module header stubs
Diffstat (limited to 'test/apps')
-rw-r--r--test/apps/test_index.py5
-rw-r--r--test/apps/test_info.py5
-rw-r--r--test/apps/test_loader.py5
3 files changed, 0 insertions, 15 deletions
diff --git a/test/apps/test_index.py b/test/apps/test_index.py
index f632599..03209fe 100644
--- a/test/apps/test_index.py
+++ b/test/apps/test_index.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsie test suite.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
import contextlib
import io
diff --git a/test/apps/test_info.py b/test/apps/test_info.py
index cf8d52f..d705629 100644
--- a/test/apps/test_info.py
+++ b/test/apps/test_info.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsie test suite.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
import argparse
import contextlib
diff --git a/test/apps/test_loader.py b/test/apps/test_loader.py
index 09a9162..20254ec 100644
--- a/test/apps/test_loader.py
+++ b/test/apps/test_loader.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsie test suite.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
import os
import tempfile