Github user eiri commented on the pull request:
https://github.com/apache/couchdb-chttpd/pull/106#issuecomment-196303787
The tests in `test/chttpd_plugin_tests.erl` are over-wrapped. Fixture
`callback_test_()` gets a list of callbacks each of which returns callback
produced by `?_assert...` macro. Callbacks, been just functions and not results
of invoking of those functions, naturally evaluate to true. Switching to
actually calling assertions shows that right now 4 tests are passing and 11 are
failing.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---