Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CleanNECContextTest #4921

Merged

Conversation

MarcusDenker
Copy link
Member

Another cleanup of the tests: remove tests that test the old system, add explanation to the new test class

]

{ #category : #private }
CompletionContextTest >> createContextFor: aString at: anInteger [
^ NECContext
controller: NECController new
^ CompletionContext
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you are running these tests for the new CompletionContext then SubContextTest class with the tests overrides should be deleted...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I renamed the old CompletionContext to NECContextTest and SubContextTest to CompletionContextTest

This way everything is named after what it tests, and SubContextTest is removed

@MarcusDenker MarcusDenker merged commit c1599c8 into pharo-project:Pharo8.0 Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants