[pypy-svn] r55023 - pypy/django/tests

antocuni at codespeak.net antocuni at codespeak.net
Tue May 20 17:54:17 CEST 2008


Author: antocuni
Date: Tue May 20 17:54:16 2008
New Revision: 55023

Added:
   pypy/django/tests/testcount
Log:
the numer of tests actually ran for each modelname



Added: pypy/django/tests/testcount
==============================================================================
--- (empty file)
+++ pypy/django/tests/testcount	Tue May 20 17:54:16 2008
@@ -0,0 +1,97 @@
+admin 0
+auth 1
+comments 2
+contenttypes 1
+flatpages 0
+formtools 4
+markup 3
+redirects 0
+sessions 1
+sites 0
+webdesign 1
+auth_backends 1
+backends 1
+bug639 1
+cache 13
+datastructures 1
+datatypes 1
+dateformat 1
+db_typecasts 1
+decorators 1
+defaultfilters 1
+dispatch 16
+fixtures_regress 1
+forms 28
+httpwrappers 1
+humanize 5
+i18n 3
+initial_sql_regress 0
+invalid_admin_options 1
+many_to_one_regress 1
+maxlength 1
+max_lengths 3
+middleware 7
+model_fields 2
+model_regress 1
+null_queries 1
+one_to_one_regress 1
+queries 1
+requests 1
+serializers_regress 8
+string_lookup 1
+syndication 1
+templates 4
+test_client_regress 19
+text 1
+urlpatterns_reverse 1
+utils 10
+views 14
+basic 1
+choices 1
+custom_columns 1
+custom_managers 1
+custom_methods 1
+custom_pk 1
+empty 1
+field_defaults 1
+field_subclassing 1
+fixtures 2
+generic_relations 1
+get_latest 1
+get_object_or_404 1
+get_or_create 1
+invalid_models 1
+lookup 1
+m2m_and_m2o 1
+m2m_intermediary 1
+m2m_multiple 1
+m2m_recursive 1
+m2o_recursive 1
+m2o_recursive2 1
+manipulators 1
+many_to_many 1
+many_to_one 1
+many_to_one_null 1
+model_forms 1
+model_inheritance 1
+mutually_referential 1
+one_to_one 1
+ordering 1
+order_with_respect_to 1
+or_lookups 1
+pagination 1
+properties 1
+reserved_names 1
+reverse_lookup 1
+save_delete_hooks 1
+select_related 1
+serializers 1
+signals 1
+str 1
+test_client 31
+transactions 1
+update 1
+user_commands 1
+validation 1
+----------------
+Total 244
\ No newline at end of file



More information about the Pypy-commit mailing list