Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -3/+3 |
| | |||||
* | Fix another tests. | Berker Peksag | 2014-08-07 | 1 | -11/+6 |
| | | | | (forgot to commit earlier) | ||||
* | piwigo: Return proper error for wrong user/password. | Elrond | 2013-05-20 | 1 | -2/+4 |
| | | | | And fix tests. | ||||
* | A bit of pep8 and small typo fix. | Elrond | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | Reverting "Always activate testing in every test module ever." | Christopher Allan Webber | 2013-05-17 | 1 | -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 Webber | 2013-05-16 | 1 | -0/+3 |
| | | | | Kind of a dorky way to implement this, but... | ||||
* | piwigo: Start first tests. | Elrond | 2013-05-12 | 1 | -0/+69 |
This first test checks the session logic of the piwigo plugin. login, logout, getStatus. |