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