Conversation
|
I'm a bit confused -- this (especially If phpmyadmin/docker#313 is the motivation for this, I'd suggest something like https://github.com/tianon/dockerfiles/blob/bb3600a7b4027e9c74f63215a4d85398c657b73f/.github/workflows/generate.sh#L42-L48 in order to provide an additional |
True, I just moved the existing tests. I guess I could easily reduce it. Is there any documentation for |
You can go ahead 👍 , I will be ready to merge your work |
9a92a66 to
d24848c
Compare
d24848c to
0d33d9a
Compare
| def do_test_content(match, content): | ||
| assert(match in content) | ||
|
|
||
| def test_phpmyadmin(url, username, password, server, sqlfile): |
There was a problem hiding this comment.
I recently pushed more changes upstream
And started to try to plug them in on our CI
But the having to start a mysql server blocked me
I think you can pick my changes on the py test script :)
Merging the tests from https://github.com/phpmyadmin/docker/tree/master/testing