<@U070SQMD1> Why are some of the unit tests in the...
# lucee
d
@zackster Why are some of the unit tests in the Lucee code base being excluded from running, like
_Mail.cfc?
? Any test starting with an underscore doesn't run, but I'm not sure why they would be getting excluded.
z
the mail tests were disabled coz we didn't have a mail server available for the tests, which i get added in 60 the code in
_mail.cfc
needs a refactor, there's a whole heap of messy crap in there
d
@zackster Thanks!