Skip to content

Commit

Permalink
Add test that we have no source of associations that are stub
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Dec 5, 2024
1 parent 6694510 commit 7d209d5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ FamixPythonProject1Test >> testAllSourcedEntitiesNotSubHaveSourceAnchor [
self denyEmpty: entity sourceText ]
]

{ #category : 'tests' }
FamixPythonProject1Test >> testAssociationsSourcesAreNeverStub [

(self model allUsing: FamixTAssociation) do: [ :association | self deny: association source isStub ]
]

{ #category : 'tests - from-import' }
FamixPythonProject1Test >> testClassImportsClassFromAModule [

Expand Down

0 comments on commit 7d209d5

Please sign in to comment.