summaryrefslogtreecommitdiffhomepage
path: root/tests/16_test_supercommand.py
Commit message (Collapse)AuthorAge
* Use assertRaises as context managerGuido Günther2017-11-12
| | | | | | for better readability Gbp-Dch: Ignore
* test_supercommand: test --list-cmdsGuido Günther2016-12-26
|
* 16_test_supercommand: flake8 cleanGuido Günther2016-09-12
|
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
| | | | use gnu.org/licences instead of a postal address, as suggested by Guido
* Use open() instead of file()Guido Günther2013-08-28
| | | | since the later doesn't exist in python3
* Test succesful import tooGuido Günther2013-06-30
| | | | and make sure we don't spew to stderr during this test
* Consistently call gbp the supercommandGuido Günther2013-06-26
and robustify against invalid modules names.