Snivellus789 commited on
Commit
0f2779e
·
verified ·
1 Parent(s): 66e4108

Upload django__django-11049_test_1.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. django__django-11049_test_1.txt +86 -0
django__django-11049_test_1.txt ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Testing against Django installed in '/home/azureuser/nextpy_ai/temp/django-11049_django/django' with up to 2 processes
2
+ Importing application model_fields
3
+ Skipping setup of unused database(s): other.
4
+ Operations to perform:
5
+ Synchronize unmigrated apps: auth, contenttypes, messages, model_fields, sessions, staticfiles
6
+ Apply all migrations: admin, sites
7
+ Synchronizing apps without migrations:
8
+ Creating tables...
9
+ Creating table django_content_type
10
+ Creating table auth_permission
11
+ Creating table auth_group
12
+ Creating table auth_user
13
+ Creating table django_session
14
+ Creating table model_fields_foo
15
+ Creating table model_fields_bar
16
+ Creating table model_fields_whiz
17
+ Creating table model_fields_whizdelayed
18
+ Creating table model_fields_whiziter
19
+ Creating table model_fields_whiziterempty
20
+ Creating table model_fields_choiceful
21
+ Creating table model_fields_bigd
22
+ Creating table model_fields_floatmodel
23
+ Creating table model_fields_bigs
24
+ Creating table model_fields_unicodeslugfield
25
+ Creating table model_fields_smallintegermodel
26
+ Creating table model_fields_integermodel
27
+ Creating table model_fields_bigintegermodel
28
+ Creating table model_fields_positivesmallintegermodel
29
+ Creating table model_fields_positiveintegermodel
30
+ Creating table model_fields_post
31
+ Creating table model_fields_nullbooleanmodel
32
+ Creating table model_fields_booleanmodel
33
+ Creating table model_fields_datetimemodel
34
+ Creating table model_fields_durationmodel
35
+ Creating table model_fields_nulldurationmodel
36
+ Creating table model_fields_primarykeycharmodel
37
+ Creating table model_fields_fkstobooleans
38
+ Creating table model_fields_fktochar
39
+ Creating table model_fields_renamedfield
40
+ Creating table model_fields_verbosenamefield
41
+ Creating table model_fields_genericipaddress
42
+ Creating table model_fields_decimallessthanone
43
+ Creating table model_fields_fieldclassattributemodel
44
+ Creating table model_fields_datamodel
45
+ Creating table model_fields_document
46
+ Creating table model_fields_person
47
+ Creating table model_fields_personwithheight
48
+ Creating table model_fields_personwithheightandwidth
49
+ Creating table model_fields_persondimensionsfirst
50
+ Creating table model_fields_persontwoimages
51
+ Creating table model_fields_allfieldsmodel
52
+ Creating table model_fields_manytomany
53
+ Creating table model_fields_uuidmodel
54
+ Creating table model_fields_nullableuuidmodel
55
+ Creating table model_fields_primarykeyuuidmodel
56
+ Creating table model_fields_relatedtouuidmodel
57
+ Creating table model_fields_uuidchild
58
+ Creating table model_fields_uuidgrandchild
59
+ Running deferred SQL...
60
+ Running migrations:
61
+ Applying admin.0001_initial... OK
62
+ Applying admin.0002_logentry_remove_auto_add... OK
63
+ Applying admin.0003_logentry_add_action_flag_choices... OK
64
+ Applying sites.0001_initial... OK
65
+ Applying sites.0002_alter_domain_unique... OK
66
+ System check identified no issues (0 silenced).
67
+ Creating test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
68
+ Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
69
+ Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
70
+ test_exact (model_fields.test_durationfield.TestQuerying) ... ok
71
+ test_gt (model_fields.test_durationfield.TestQuerying) ... ok
72
+ test_create_empty (model_fields.test_durationfield.TestSaveLoad) ... ok
73
+ test_fractional_seconds (model_fields.test_durationfield.TestSaveLoad) ... ok
74
+ test_simple_roundtrip (model_fields.test_durationfield.TestSaveLoad) ... ok
75
+ test_formfield (model_fields.test_durationfield.TestFormField) ... ok
76
+ test_dumping (model_fields.test_durationfield.TestSerialization) ... ok
77
+ test_loading (model_fields.test_durationfield.TestSerialization) ... ok
78
+ test_invalid_string (model_fields.test_durationfield.TestValidation) ... ok
79
+
80
+ ----------------------------------------------------------------------
81
+ Ran 9 tests in 0.111s
82
+
83
+ OK
84
+ Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
85
+ Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
86
+ Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...