trilogy-libraries / trilogy

Trilogy is a client library for MySQL-compatible database servers, designed for performance, flexibility, and ease of embedding.
MIT License
697 stars 68 forks source link

Create and delete auth users in tests #185

Closed eileencodes closed 3 months ago

eileencodes commented 4 months ago

In local dev, if you didn't manually create these users, the tests would fail. This refactors the tests to add a new method that will create the user with the right auth plugin and then delete it at the end.