summaryrefslogtreecommitdiff
path: root/tests/commands/test_global.py
Commit message (Collapse)AuthorAge
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
|
* Fix tests to reflect new messages.Pol Van Aubel2019-11-02
|
* unused imports and variablesPatrick Totzke2019-08-15
|
* Use unittest.mock from the stdlibLucas Hoffmann2019-08-15
| | | | It was added to the stdlib in py3.3 and we already require 3.5.
* fix testsPatrick Totzke2019-05-11
| | | | | ComposeCommand._set_gpg_sign will now read off the account from self.envelope and not separate parameters.
* remove test for ComposeCommand._set_from..Patrick Totzke2019-05-11
| | | | .. which was replaced earlier
* fix pyflakes issuesPatrick Totzke2019-05-11
|
* tests/commands/globals: Rename tests to better fit the methods they testDylan Baker2019-05-11
|
* commands/globals simplify test for issue #1277Patrick Totzke2019-05-11
|
* tests/commands/globals: Simplify signing testsPatrick Totzke2019-05-11
|
* tests/commands/globals: Simplify template_decode testPatrick Totzke2019-05-11
|
* Rename test filesLucas Hoffmann2019-01-29
The two main reasons are - to run `python3 -m unittest discover` without specifying a custom `--pattern *_test.py` - to include the test files automatically when generating the MANIFEST file.