charkost / prosopite

:mag: Rails N+1 queries auto-detection with zero false positives / false negatives
Apache License 2.0
1.48k stars 45 forks source link

Initial testing setup #2

Closed ctrochalakis closed 3 years ago

ctrochalakis commented 3 years ago

The setup is build around a simple in-memory sqlite3 database.

We will probably need a more sophisticated setup, testing multiple databases and activerecord versions, but this should be enough to get us started.

charkost commented 3 years ago

This is really helpful since lack of tests is the biggest turn-off for potential adopters. Thanks a lot!