Preston Timmons 80d6b6b863 Fixed #24409 -- Combined the app_directories and filesystem loader implementation. 10 years ago
..
absolute_url_overrides c32bc1a7a7 Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't define get_absolute_url(). 10 years ago
admin_autodiscover 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
admin_changelist 32e6a7d3a5 Replaced hardcoded URLs in admin_* tests 10 years ago
admin_checks 19188826b4 Fixed #24146 -- Allowed model._meta.get_field() to be used after apps.models_ready 10 years ago
admin_custom_urls 1791a7e75a Fixed #15779 -- Allowed 'add' primary key in admin edition 10 years ago
admin_docs 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
admin_filters 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
admin_inlines 32e6a7d3a5 Replaced hardcoded URLs in admin_* tests 10 years ago
admin_ordering 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
admin_registration 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
admin_scripts 934400759d Guaranteed removal of temporary files during tests. 10 years ago
admin_utils 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
admin_views a8fe12417f Normalized usage of the tempfile module. 10 years ago
admin_widgets 07cfe1bd82 Refs #14497 -- Handled empty readonly admin FileFields 10 years ago
aggregation bd4afef984 Refs #14030 -- Added tests for Value aggregates 10 years ago
aggregation_regress 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
annotations 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
app_loading 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
apps 307c0f299a Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters. 10 years ago
auth_tests e0b3926026 Isolated auth_tests from contenttypes_tests; refs #11505. 10 years ago
backends 3adc5f1ee6 Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.postgres). 10 years ago
base 1716b7ce5a Renamed AppCache to Apps. 11 years ago
bash_completion 7e8cf74dc7 Removed support for syncing apps without migrations per deprecation timeline. 10 years ago
basic 5cf96b49e4 Fixed #24418 -- Prevented crash in refresh_from_db with null fk 10 years ago
builtin_server 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
bulk_create 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
cache bed504d70b Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 10 years ago
check_framework c970018f41 Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check. 10 years ago
choices 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
conditional_processing 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
contenttypes_tests 664c038f2c Moved contrib.contenttypes tests out of contrib. 10 years ago
context_processors 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
createsuperuser 494ba051bb Made testing of stdout and stderr more consistent. 10 years ago
csrf_tests 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
custom_columns 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
custom_lookups 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
custom_managers 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
custom_methods 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 years ago
custom_migration_operations 862ea825b5 Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are not explicitly deconstructed 10 years ago
custom_pk 32d4db66b9 Update converters to take a consistent set of parameters. 10 years ago
datatypes f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 years ago
dates 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
datetimes 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
db_functions e2d6e14662 Refs #14030 -- Improved expression support for python values 10 years ago
db_typecasts 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
dbshell 01801edd37 Fixed #22646: Added support for the MySQL ssl-ca option to dbshell. 10 years ago
decorators 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
defer 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
defer_regress 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
delete 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
delete_regress 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
deprecation f0a1df0b01 Removed deprecated Chinese language codes; refs #18149. 10 years ago
dispatch 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
distinct_on_fields 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
empty f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 years ago
expressions 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
expressions_case e2d6e14662 Refs #14030 -- Improved expression support for python values 10 years ago
extra_regress 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
field_deconstruction 51890ce889 Applied ignore_warnings to Django tests 10 years ago
field_defaults f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 years ago
field_subclassing 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
file_storage 934400759d Guaranteed removal of temporary files during tests. 10 years ago
file_uploads a8fe12417f Normalized usage of the tempfile module. 10 years ago
files 934400759d Guaranteed removal of temporary files during tests. 10 years ago
fixtures 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
fixtures_model_package 4aa089a9a9 Removed support for custom SQL per deprecation timeline. 10 years ago
fixtures_regress b8d6cdbcc9 Refs #24324 -- Skipped fixtures_regress tests that fail on Python 2 on a non-ASCII path. 10 years ago
flatpages_tests 2be6b52656 Fixed typos in flatpages_tests comments. 10 years ago
force_insert_update 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
foreign_object 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
forms_tests 4b8979e477 Fixed #17401 -- Made SelectDateWidget.render reflect wrong value 10 years ago
from_db_value 32d4db66b9 Update converters to take a consistent set of parameters. 10 years ago
generic_inline_admin 15b711b5ee Deprecated TEMPLATE_DEBUG setting. 10 years ago
generic_relations 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
generic_relations_regress 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
generic_views 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
get_earliest_or_latest 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
get_object_or_404 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
get_or_create 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
gis_tests a8fe12417f Normalized usage of the tempfile module. 10 years ago
handlers 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
http_utils 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
httpwrappers efb1f99f94 Fixed #20889 -- Prevented BadHeaderError when Python inserts newline 10 years ago
humanize_tests 8192a164de Moved contrib.humanize tests out of contrib. 10 years ago
i18n 3cf1c02695 Fixed #24413 -- Prevented translation fallback for English 10 years ago
import_error_package c0cc8f69e7 Refactored tests that rely on an ImportError for Python 3.5 compatibility 10 years ago
indexes 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
inline_formsets 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
inspectdb 33457cd3b0 Removed IPAddressField per deprecation timeline; refs #20439. 10 years ago
introspection db77915c9f Fixed E265 comment style 10 years ago
invalid_models_tests e144e0e237 Removed unnecessary parentheses in model check messages. 10 years ago
known_related_objects 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
logging_tests 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
lookup 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
m2m_and_m2o 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
m2m_intermediary 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
m2m_multiple 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 years ago
m2m_recursive 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 years ago
m2m_regress 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
m2m_signals 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
m2m_through 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
m2m_through_regress 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
m2o_recursive 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 years ago
mail 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
managers_regress 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
many_to_many c5a77721e2 Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptor 10 years ago
many_to_one 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
many_to_one_null 71ada3a8e6 Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it. 10 years ago
max_lengths 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
messages_tests b3cd9e0d07 Moved contrib.messages tests out of contrib. 10 years ago
middleware 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
middleware_exceptions 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
migrate_signals 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
migration_test_data_persistence 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
migrations 903d1a57ab Made migrations tests write to a temporary directory. 10 years ago
migrations2 d7ab2cefb7 Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations." 10 years ago
model_fields 934400759d Guaranteed removal of temporary files during tests. 10 years ago
model_forms 934400759d Guaranteed removal of temporary files during tests. 10 years ago
model_formsets 4c2f546b55 Fixed #24395 -- Ensured inline ModelsForms have an updated related instance. 10 years ago
model_formsets_regress 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
model_inheritance 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
model_inheritance_regress 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
model_meta bad5f262bf Fixed #24328 -- cleaned up Options._get_fields() implementation 10 years ago
model_options 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
model_package 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
model_permalink 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
model_regress a8fe12417f Normalized usage of the tempfile module. 10 years ago
model_validation 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
modeladmin 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
multiple_database fa5f936b48 Fixed allow_migrate signature in one of the tests. 10 years ago
mutually_referential 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 years ago
nested_foreign_keys 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
no_models 1716b7ce5a Renamed AppCache to Apps. 11 years ago
null_fk 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
null_fk_ordering 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
null_queries 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
one_to_one 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
or_lookups 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 years ago
order_with_respect_to 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
ordering f218a2ff45 Refs #24060 -- Added a test demonstrating reverse order isn't mutable 10 years ago
pagination 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
postgres_tests 1d1d5d1c31 Fixed #24341 -- Added specific error messages to RangeField subclasses 10 years ago
prefetch_related db77915c9f Fixed E265 comment style 10 years ago
project_template 50c1d8f24b Added a test to verify headers set by default middleware; refs #23939. 10 years ago
properties 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 years ago
proxy_model_inheritance 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
proxy_models bad5f262bf Fixed #24328 -- cleaned up Options._get_fields() implementation 10 years ago
queries 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
queryset_pickle f95122e541 Fixed #24381 -- removed ForeignObjectRel opts and to_opts 10 years ago
raw_query 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
redirects_tests 00da46091a Moved contrib.redirects tests out of contrib. 10 years ago
requests 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
requirements 3adc5f1ee6 Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.postgres). 10 years ago
reserved_names 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 years ago
resolve_url 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
responses 24b2bc635e Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib. 10 years ago
reverse_lookup 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
save_delete_hooks 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 years ago
schema ceadc94f09 Fixed #24307: Avoided redundant column nullability modifications on Oracle 10 years ago
select_for_update 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
select_related 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
select_related_onetoone 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
select_related_regress 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
serializers 32d4db66b9 Update converters to take a consistent set of parameters. 10 years ago
serializers_regress 5c995dcfc2 Fixed #24320 - Used field.value_to_string() in serialization of foreign key. 10 years ago
servers c8074d62f8 Fixed typo in error message in the test. 10 years ago
sessions_tests fac3a34cbb Moved contrib.sessions tests out of contrib. 10 years ago
settings_tests 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
shortcuts 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
signals f957e2b04c Added a test for model pre/post_init signals. 10 years ago
signed_cookies_tests 994d6137a2 Fixed #23792 -- Added test.utils.freeze_time() context manager. 10 years ago
signing 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
sitemaps_tests f668bac9d2 Fixed #24345 -- Isolated sitemaps_tests from contenttypes_tests; refs #11505 10 years ago
sites_framework 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
sites_tests bed504d70b Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 10 years ago
staticfiles_tests 952ce778c6 Fixed a test failure under Windows and Python 2. 10 years ago
str 2f3a4cd573 Removed numbering from the models.py header of some test packages. 10 years ago
string_lookup 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
swappable_models 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
syndication_tests db77915c9f Fixed E265 comment style 10 years ago
template_backends 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
template_loader 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
template_tests 80d6b6b863 Fixed #24409 -- Combined the app_directories and filesystem loader implementation. 10 years ago
templates 1827aa9024 Cleaned up template loader tests. 10 years ago
test_client 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
test_client_regress 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
test_discovery_sample bc6caa5d45 Made a doctest compatible with Python 2 10 years ago
test_discovery_sample2 e22c64dfc0 Fixed #23742 -- Added an option to reverse tests order. 10 years ago
test_exceptions cfa26f29bd Reduced reduce() usage; refs #23796. 10 years ago
test_runner 307c0f299a Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters. 10 years ago
test_runner_deprecation_app 0c6a339952 Avoided changing raw DeprecationWarning filter behavior 11 years ago
test_utils 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
timezones 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
transactions 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
unmanaged_models 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
update 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
update_only_fields 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
urlpatterns_reverse e4999bf671 Added missing import from last commit. 10 years ago
user_commands 197dd4b8f1 Prevented some test commands from needlessly running system checks. 10 years ago
utils_tests a8fe12417f Normalized usage of the tempfile module. 10 years ago
validation 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
validators 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
version 66ec9ee441 Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. 11 years ago
view_tests a8fe12417f Normalized usage of the tempfile module. 10 years ago
webdesign_tests 8ec306a3a9 Moved contrib.webdesign tests out of contrib. 10 years ago
wsgi 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
.coveragerc 41f0d3d3bc Removed FastCGI support per deprecation timeline; refs #20766. 10 years ago
README.rst 82e4f956e3 Fixed #23289 -- Added mock as a test dependency. 10 years ago
runtests.py 934400759d Guaranteed removal of temporary files during tests. 10 years ago
test_sqlite.py 23a5ec0782 Added trailing comma. 10 years ago
urls.py d73d0e071c Fixed #22218 -- Deprecated django.conf.urls.patterns. 11 years ago

README.rst

To run the test suite::

$ cd tests
$ pip install -r requirements/py3.txt # or py2.txt
$ PYTHONPATH=..:$PYTHONPATH ./runtests.py

For more information about the test suite, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.