gio: use TAPTestRunner in the memory monitor tests
There are two memory monitor tests that use Python's unittest module directly, but GLib tests should be outputting TAP. Use the embedded TAPTestRunner to ensure that TAP is output for these tests too.