summaryrefslogtreecommitdiff
path: root/tests/test_smoke.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply ruff I category fixesAarni Koskela2023-01-181-2/+3
|
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-1/+0
|
* Make test_smoke more thoroughAarni Koskela2022-04-081-13/+32
|
* Remove redundant _compat.pyHugo van Kemenade2021-09-141-1/+1
|
* test_smoke: use format_decimal instead of format_numberAarni Koskela2018-05-281-1/+1
|
* Simplify the selection of decimal implementationIsaac Jurado2016-05-291-3/+3
| | | | | | | Instead of selecting individual symbols, expose only the chosen decimal module through babel._compat. This forces Babel to always use "decimal." prefix. Howver, it will simplify the code for users that need to manipulate the decimal context.
* Add smoke tests for basic operationsAarni Koskela2016-04-081-0/+37
Refs #378