-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.txt
58 lines (56 loc) · 3.18 KB
/
report.txt
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
Creating test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Operations to perform:
Synchronize unmigrated apps: messages, rest_framework, staticfiles
Apply all migrations: admin, auth, authtoken, contenttypes, levels, pricings, sessions, vehicles
Synchronizing apps without migrations:
Creating tables...
Running deferred SQL...
Running migrations:
Applying contenttypes.0001_initial... OK
Applying auth.0001_initial... OK
Applying admin.0001_initial... OK
Applying admin.0002_logentry_remove_auto_add... OK
Applying admin.0003_logentry_add_action_flag_choices... OK
Applying contenttypes.0002_remove_content_type_name... OK
Applying auth.0002_alter_permission_name_max_length... OK
Applying auth.0003_alter_user_email_max_length... OK
Applying auth.0004_alter_user_username_opts... OK
Applying auth.0005_alter_user_last_login_null... OK
Applying auth.0006_require_contenttypes_0002... OK
Applying auth.0007_alter_validators_add_error_messages... OK
Applying auth.0008_alter_user_username_max_length... OK
Applying auth.0009_alter_user_last_name_max_length... OK
Applying auth.0010_alter_group_name_max_length... OK
Applying auth.0011_update_proxy_permissions... OK
Applying auth.0012_alter_user_first_name_max_length... OK
Applying authtoken.0001_initial... OK
Applying authtoken.0002_auto_20160226_1747... OK
Applying authtoken.0003_tokenproxy... OK
Applying levels.0001_initial... OK
Applying pricings.0001_initial... OK
Applying sessions.0001_initial... OK
Applying vehicles.0001_initial... OK
System check identified no issues (0 silenced).
test_should_create_admin_user (accounts.test_views.TestCreateAdminView) ... ok
test_should_not_create_duplicated_user (accounts.test_views.TestCreateAdminView) ... ok
test_should_create_level (levels.test_views.TestCreateListLevelView) ... ok
test_should_list_levels (levels.test_views.TestCreateListLevelView) ... ok
test_should_not_create_level_with_invalid_data (levels.test_views.TestCreateListLevelView) ... ok
test_should_create_pricing (pricings.test_views.TestCreatePricing) ... ok
test_should_not_create_pricing_with_invalid_data (pricings.test_views.TestCreatePricing) ... ok
test_create_account_and_login (test_api.TestAccountView) ... ok
test_admin_create_level (test_api.TestInfrastructureView) ... ok
test_admin_create_pricing (test_api.TestInfrastructureView) ... ok
test_get_level_info (test_api.TestInfrastructureView) ... ok
test_only_admin_can_create_pricing (test_api.TestInfrastructureView) ... ok
test_404_after_filling_all_spaces (test_api.TestVehicleView) ... ok
test_cars_and_motorcycles_take_different_spaces (test_api.TestVehicleView) ... ok
test_create_vehicle_takes_space (test_api.TestVehicleView) ... ok
test_create_vehicle_with_no_levels_gives_404 (test_api.TestVehicleView) ... ok
test_create_vehicle_with_no_pricing_gives_404 (test_api.TestVehicleView) ... ok
test_pricing_rules (test_api.TestVehicleView) ... ok
test_spaces_are_filled_by_priority (test_api.TestVehicleView) ... ok
----------------------------------------------------------------------
Ran 19 tests in 2.404s
OK
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...