summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-10-18Refs #34043 -- Added --screenshots option to runtests.py and selenium tests.Sarah Boyce
2023-04-27Restored multiprocessing concurrency on coverage.py settingsMarc Gibbons
* Revert "Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it."" This reverts commit 78da5ca0c1f2ab3201f8f6cd629e80d805ea023d. * Restored coverage multiprocess concurrency with threads Investigating https://github.com/nedbat/coveragepy/issues/1585 revealed that thread tracing gets disabled when passing `concurrency = multiprocessing`. Adding `thread` restores it, and ensures that the `auser()` is reported as covered since the test suite uses `AsyncToSync` to execute this middleware (which spawns threads).
2023-03-15Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it."Mariusz Felisiak
This reverts commit 69352d85fa8412865db9e0c7f177b333c0eac3e2. Test coverage for async methods was no longer calculated with this change.
2023-02-11Fixed #33213 -- Doc'd testing code coverage in parallel and used it.Paolo Melchiorre
2016-07-20Fixed #22446 -- Added tox.ini to automate pull request checks.Tobias McNulty
2015-08-18Added a note in .gitignore to discourage pull requests containing IDE ↵Tim Graham
specific files.
2015-06-30DEP 0003 -- Added JavaScript unit tests.Trey Hunner
Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.
2015-06-27Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig ↵Trey Hunner
and ESLint)
2013-09-19Added __pycache__ to gitignoreTim Graham
2013-09-06ignore build directory, so it doesn't accidentally get committedGarry Polley
2013-07-08Revert ".DS_Store can be ignored."Alex Gaynor
OS specific files can be ignored in a global ignore file. This reverts commit d66bd1dfb9e090154e586680023aa2b1f22e735d.
2013-07-08.DS_Store can be ignored.Alex Gaynor
2013-06-11Added docs subdir to gitignoreClaude Paroz
To be able to build translated documentation, docs/locale should be a symbolic link to the django-docs-translations/translations directory.
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670.
2012-10-11Fixed #16817 - Added a guide of code coverage to contributing docs.Tim Graham
Thanks Pedro Lima for the draft patch.
2012-10-06Updated .gitignore with files created when running setup.py sdist.Ramiro Morales
2010-12-21Fixed #14680 -- Added ignore files for Mercurial and Git.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15009 bcc190cf-cafb-0310-a4f2-bffc1f526a37