summaryrefslogtreecommitdiffstats
path: root/tests/js/roots/titles/relevance.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/js/roots/titles/relevance.py')
-rw-r--r--tests/js/roots/titles/relevance.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/js/roots/titles/relevance.py b/tests/js/roots/titles/relevance.py
new file mode 100644
index 0000000..c4d0eec
--- /dev/null
+++ b/tests/js/roots/titles/relevance.py
@@ -0,0 +1,7 @@
+class Example:
+ """Example class"""
+ num_attribute = 5
+ text_attribute = "string"
+
+ relevance = "testing"
+ """attribute docstring"""