tests-extra: add other flags for server.dig()
Some test cases require sending TC AA RA in flags, the API allows only server.dig(recursion=True).
Can you change this to something like server.dig(flags="RD TC AA RA") like in resp.check() ?
Then we could extend basic/flags test for these cases (those flags should be cleared in the response).