aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_piwigo.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-3/+3
|
* Fix another tests.Berker Peksag2014-08-071-11/+6
| | | | (forgot to commit earlier)
* piwigo: Return proper error for wrong user/password.Elrond2013-05-201-2/+4
| | | | And fix tests.
* A bit of pep8 and small typo fix.Elrond2013-05-201-1/+1
|
* Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-171-3/+0
| | | | | | Revert "Always activate testing in every test module ever." This reverts commit 0536306048daa0970d2e43411ba2a9bf073e570e.
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-0/+3
| | | | Kind of a dorky way to implement this, but...
* piwigo: Start first tests.Elrond2013-05-121-0/+69
This first test checks the session logic of the piwigo plugin. login, logout, getStatus.