PostgreSQL-For-Wordpress / postgresql-for-wordpress

A maintained fork of https://wordpress.org/plugins/postgresql-for-wordpress/
GNU General Public License v2.0
220 stars 71 forks source link

Add testing for wpdb #42

Open mattbucci opened 10 months ago

mattbucci commented 10 months ago

Current tests test rewrite code directly, it would be good to write tests against the wpdb abstraction as well

mattbucci commented 10 months ago

This is a bit tricky because if you instantiate wpdb it tries to connect to a database, so we need to spin up an in memory sqlite database or something