Unit tests for AnswersMap & unit test directory#2454
Unit tests for AnswersMap & unit test directory#2454RR5555 wants to merge 2 commits intocopier-org:masterfrom
AnswersMap & unit test directory#2454Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2454 +/- ##
==========================================
- Coverage 97.26% 97.15% -0.12%
==========================================
Files 55 56 +1
Lines 6299 6329 +30
==========================================
+ Hits 6127 6149 +22
- Misses 172 180 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks for your initiative towards improving our testing, @RR5555! 👍 TBH, I'm a bit hesitant about adding many unit tests – especially for this very internal |
|
I agree with @sisp. Please could you explain why did you add this proposal? |
This PR adds unit tests for
AnswersMapfrom_user_data.py.It creates a
test/unittestdirectory for unit test files, and starts it withtest__user_data.py.