-
Notifications
You must be signed in to change notification settings - Fork 350
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
New event "afterCreateCollection" like "afterCreateFile" #1341
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1341 +/- ##
============================================
+ Coverage 97.31% 97.35% +0.03%
Complexity 2809 2809
============================================
Files 174 174
Lines 7975 7976 +1
============================================
+ Hits 7761 7765 +4
+ Misses 214 211 -3
Continue to review full report at Codecov.
|
Please add tests. THX |
@DeepDiver1975 why? and what should I test exactly? It's just an event to hook other stuff on. |
A test ensures that a specific behavior of the component/system is properly implemented. Imagine a future refactoring which accidentiallly removes the event being triggered or what so ever. A test can help to detect such regressions. |
Ok that makes sense. It appears that Unfortunately I don't have the time right now to set up the whole thing and make sure it runs. |
No prob! Just push the tests as soon as you find the time. THX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added tests.
No description provided.