summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Tox/Makefile: replace test-cov with just test + envvarAarni Koskela2022-01-271-1/+2
|
* pybabel compile: exit with code 1 if errors were encounteredAarni Koskela2019-05-271-1/+2
| | | | Fixes #627
* Ignore .*cache, to ignore .pytest_cachecldr-33Aarni Koskela2018-05-281-15/+15
|
* Update py.testAarni Koskela2018-01-191-1/+2
| | | | | * Add py.test's .cache to ignore * setup.cfg: Use [tool:pytest] instead of deprecated [pytest]
* Add test for frontend update_commandAarni Koskela2016-01-041-1/+1
|
* import_cldr: Add `--dump-json` debug flagAarni Koskela2015-12-211-0/+1
| | | | | These JSON files are easier to inspect by eye to figure out what might be going wrong. They are never used by Babel itself.
* Test/CI: Add requisite doctest flags; ignore setup.py and venvsAarni Koskela2015-12-211-0/+1
| | | | | | | | This requires a newer version of py.test, so the requirement is pinned in the CI configuration. See https://pytest.org/latest/doctest.html See https://pytest.org/latest/example/pythoncollection.html#customizing-test-collection-to-find-all-py-files
* gitignore: Add temporary editor filesLasse Schuirmann2015-08-041-0/+3
| | | | | | .idea stores settings for PyCharm, ~ files are temporary files e.g. used by gedit. .swp is used by vim. We don't want any of those to be accidentally committed in the repo.
* Added standalone test commandArmin Ronacher2013-07-271-0/+1
|
* Add more clean commands and remove pycache from gitArmin Ronacher2013-07-061-0/+1
|
* Nicer workaround for empty folderArmin Ronacher2013-07-061-1/+0
|
* move unit tests outside babel packageAlex Morega2013-07-061-3/+3
|
* remove global.dat from the repositoryAlex Morega2013-07-041-0/+1
|
* Made babel work with the latest version of the CLDR (23)Armin Ronacher2013-07-041-1/+1
|
* Make sure the CLDR folder is thereArmin Ronacher2013-07-041-1/+0
|
* Merge pull request #9 from Turbo87/sphinxArmin Ronacher2013-07-041-1/+1
|\ | | | | Port Documentation to Sphinx
| * Fixed doc/_build path in .gitignoreTobias Bieniek2013-07-031-1/+1
| |
* | ignore extra temp folder created by testsAlex Morega2013-07-031-0/+1
| |
* | script to download and import cldrAlex Morega2013-07-031-0/+1
| |
* | ignore temp files from testsAlex Morega2013-07-031-0/+2
|/
* initial cleanupxen2013-07-031-0/+11