Skip to content

Commit b4aecac

Browse files
committed
updated tests
1 parent 1e9ab2b commit b4aecac

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

tests/functional/t/test_aggregation_filtering.txt renamed to tests/pyreverse/functional/class_diagrams/aggregation/test_aggregation_filtering.mmd

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ classDiagram
44
}
55
class B {
66
}
7-
class C {
8-
}
97
class P {
108
}
11-
P --* A : x
9+
P --* A : x
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Test for https://github.com/pylint-dev/pylint/issues/10373
2+
13
class P:
24
pass
35

@@ -6,6 +8,3 @@ class A:
68

79
class B:
810
__x: P = P()
9-
10-
class C:
11-
_y: P = P()

0 commit comments

Comments
 (0)