CFC-Servers / GLuaTest

An exciting and nimble unit testing framework for GLua projects
https://discord.gg/epJK9Xx3pc
GNU General Public License v3.0
51 stars 2 forks source link

Support TYPE_ENUM for beA expectation #50

Closed morgverd closed 3 months ago

morgverd commented 1 year ago

This allows beA (+ beAn) to support TYPE enum as well as strings.

It also removes useless beAn function from the negative expectations, and replaces it with a reference to beA mirroring the positive expectations file.