]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix noseplugin to accept `zeroarg_callback` for `--dbs` option
authorIryna Shcherbina <ishcherb@redhat.com>
Tue, 26 Sep 2017 06:32:12 +0000 (08:32 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2017 06:32:12 +0000 (08:32 +0200)
commit8e002c87b343a4e7f103cc8aef922b0e63856d29
treebb324a12f49aec94fe78f0634425adc40e9e434f
parent1b0b35f254f545dbeb3ad6e2215ba24ae1c02894
Fix noseplugin to accept `zeroarg_callback` for `--dbs` option

./sqla_nose.py --dbs  works fine with zero arguments, so `zeroarg_callback` should be treated as `callback`.
lib/sqlalchemy/testing/plugin/noseplugin.py