|
|
|
|
428
|
assert text_file != text_file_copy
|
428
|
assert text_file != text_file_copy
|
429
|
assert text_file_copy.content_id != text_file.content_id
|
429
|
assert text_file_copy.content_id != text_file.content_id
|
430
|
assert text_file_copy.workspace_id == workspace2.workspace_id
|
430
|
assert text_file_copy.workspace_id == workspace2.workspace_id
|
431
|
- assert text_file_copy.depot_file.file.read() == text_file.depot_file.file.read()
|
|
|
|
|
431
|
+ assert text_file_copy.depot_file.file.read() == text_file.depot_file.file.read() # nopep8
|
432
|
assert text_file_copy.depot_file.path != text_file.depot_file.path
|
432
|
assert text_file_copy.depot_file.path != text_file.depot_file.path
|
433
|
assert text_file_copy.label == 'test_file_copy'
|
433
|
assert text_file_copy.label == 'test_file_copy'
|
434
|
assert text_file_copy.type == text_file.type
|
434
|
assert text_file_copy.type == text_file.type
|
|
|
|
|
516
|
assert text_file != text_file_copy
|
516
|
assert text_file != text_file_copy
|
517
|
assert text_file_copy.content_id != text_file.content_id
|
517
|
assert text_file_copy.content_id != text_file.content_id
|
518
|
assert text_file_copy.workspace_id == workspace2.workspace_id
|
518
|
assert text_file_copy.workspace_id == workspace2.workspace_id
|
519
|
- assert text_file_copy.depot_file.file.read() == text_file.depot_file.file.read()
|
|
|
|
|
519
|
+ assert text_file_copy.depot_file.file.read() == text_file.depot_file.file.read() # nopep8
|
520
|
assert text_file_copy.depot_file.path != text_file.depot_file.path
|
520
|
assert text_file_copy.depot_file.path != text_file.depot_file.path
|
521
|
assert text_file_copy.label == text_file.label
|
521
|
assert text_file_copy.label == text_file.label
|
522
|
assert text_file_copy.type == text_file.type
|
522
|
assert text_file_copy.type == text_file.type
|
|
|
|
|
598
|
assert text_file != text_file_copy
|
598
|
assert text_file != text_file_copy
|
599
|
assert text_file_copy.content_id != text_file.content_id
|
599
|
assert text_file_copy.content_id != text_file.content_id
|
600
|
assert text_file_copy.workspace_id == workspace.workspace_id
|
600
|
assert text_file_copy.workspace_id == workspace.workspace_id
|
601
|
- assert text_file_copy.depot_file.file.read() == text_file.depot_file.file.read()
|
|
|
|
|
601
|
+ assert text_file_copy.depot_file.file.read() == text_file.depot_file.file.read() # nopep8
|
602
|
assert text_file_copy.depot_file.path != text_file.depot_file.path
|
602
|
assert text_file_copy.depot_file.path != text_file.depot_file.path
|
603
|
assert text_file_copy.label == 'test_file_copy'
|
603
|
assert text_file_copy.label == 'test_file_copy'
|
604
|
assert text_file_copy.type == text_file.type
|
604
|
assert text_file_copy.type == text_file.type
|