aboutsummaryrefslogtreecommitdiffstats
path: root/test/graph
diff options
context:
space:
mode:
Diffstat (limited to 'test/graph')
-rw-r--r--test/graph/ac/test_base.py5
-rw-r--r--test/graph/ac/test_null.py5
-rw-r--r--test/graph/test_graph.py5
-rw-r--r--test/graph/test_nodes.py5
-rw-r--r--test/graph/test_resolve.py5
-rw-r--r--test/graph/test_result.py5
-rw-r--r--test/graph/test_walk.py5
7 files changed, 0 insertions, 35 deletions
diff --git a/test/graph/ac/test_base.py b/test/graph/ac/test_base.py
index ad24e3d..addecd4 100644
--- a/test/graph/ac/test_base.py
+++ b/test/graph/ac/test_base.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsfs test suite.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
import unittest
diff --git a/test/graph/ac/test_null.py b/test/graph/ac/test_null.py
index 6053f81..b695e7e 100644
--- a/test/graph/ac/test_null.py
+++ b/test/graph/ac/test_null.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsfs test suite.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
import unittest
diff --git a/test/graph/test_graph.py b/test/graph/test_graph.py
index 93f8db7..e6d5ae4 100644
--- a/test/graph/test_graph.py
+++ b/test/graph/test_graph.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsfs test suite.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
from functools import reduce
import operator
diff --git a/test/graph/test_nodes.py b/test/graph/test_nodes.py
index bf73e6e..083b2d8 100644
--- a/test/graph/test_nodes.py
+++ b/test/graph/test_nodes.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsfs test suite.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
from functools import partial
import operator
diff --git a/test/graph/test_resolve.py b/test/graph/test_resolve.py
index b4d76c7..0223c49 100644
--- a/test/graph/test_resolve.py
+++ b/test/graph/test_resolve.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsfs test suite.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
import unittest
diff --git a/test/graph/test_result.py b/test/graph/test_result.py
index 749b8ad..099234a 100644
--- a/test/graph/test_result.py
+++ b/test/graph/test_result.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsfs test suite.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
import unittest
diff --git a/test/graph/test_walk.py b/test/graph/test_walk.py
index e5c8981..346896b 100644
--- a/test/graph/test_walk.py
+++ b/test/graph/test_walk.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsfs test suite.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
import unittest