|
78 | 78 |
|
79 | 79 | def build_test_suite() -> list: |
80 | 80 | return [ |
81 | | - #TestCase0001BasicResync(), |
82 | | - #TestCase0002SyncListValidation(), |
83 | | - #TestCase0003DryRunValidation(), |
84 | | - #TestCase0004SingleDirectorySync(), |
85 | | - #TestCase0005ForceSyncOverride(), |
86 | | - #TestCase0006DownloadOnly(), |
87 | | - #TestCase0007DownloadOnlyCleanupLocalFiles(), |
88 | | - #TestCase0008UploadOnly(), |
89 | | - #TestCase0009UploadOnlyNoRemoteDelete(), |
90 | | - #TestCase0010UploadOnlyRemoveSourceFiles(), |
91 | | - #TestCase0011SkipFileValidation(), |
92 | | - #TestCase0012SkipDirValidation(), |
93 | | - #TestCase0013SkipDotfilesValidation(), |
94 | | - #TestCase0014SkipSizeValidation(), |
95 | | - #TestCase0015SkipSymlinksValidation(), |
96 | | - #TestCase0016CheckNosyncValidation(), |
97 | | - #TestCase0017CheckNomountValidation(), |
98 | | - #TestCase0018RecycleBinValidation(), |
99 | | - #TestCase0019LoggingAndRunningConfig(), |
100 | | - #TestCase0020MonitorModeValidation(), |
101 | | - #TestCase0021ResumableTransfersValidation(), |
102 | | - #TestCase0022LocalFirstValidation(), |
103 | | - #TestCase0023BypassDataPreservationValidation(), |
104 | | - #TestCase0024BigDeleteSafeguardValidation(), |
105 | | - #TestCase0025InvalidCharacterFilenameValidation(), |
106 | | - #TestCase0026ReservedDeviceNameValidation(), |
107 | | - #TestCase0027WhitespaceTrailingDotValidation(), |
108 | | - #TestCase0028ControlCharacterNonUtf8FilenameValidation(), |
109 | | - #TestCase0029LocalFirstUploadOnlyTimestampPreservationValidation(), |
110 | | - #TestCase0030LocalRenamePropagationValidation(), |
111 | | - #TestCase0031LocalDirectoryRenamePropagationValidation(), |
112 | | - #TestCase0032RemoteRenameReconciliation(), |
113 | | - #TestCase0033RemoteDirectoryRenameReconciliation(), |
114 | | - #TestCase0034LocalMoveBetweenDirectoriesValidation(), |
115 | | - #TestCase0035RemoteMoveBetweenDirectoriesReconciliation(), |
116 | | - #TestCase0036OverwriteReplaceExistingFileContentValidation(), |
117 | | - #TestCase0037MtimeOnlyLocalChangeHandling(), |
118 | | - #TestCase0038DeleteAndRecreateWithSameNameValidation(), |
119 | | - #TestCase0039EmptyDirectoryHandling(), |
120 | | - #TestCase0040NestedTreeRenameAndDeleteStressValidation(), |
121 | | - #TestCase0041MonitorModeLocalCreateUpload(), |
122 | | - #TestCase0042MonitorModeLocalModifyUpload(), |
123 | | - #TestCase0043MonitorModeLocalDeletePropagation(), |
124 | | - #TestCase0044MonitorModeLocalRenamePropagation(), |
125 | | - #TestCase0045MonitorModeLocalDirectoryCreatePropagation(), |
126 | | - #TestCase0046MonitorModeLocalDirectoryRenamePropagation(), |
127 | | - #TestCase0047MonitorModeLocalDirectoryDeletePropagation(), |
128 | | - #TestCase0048MonitorModeBurstLocalFileCreates(), |
129 | | - #TestCase0049MonitorModeMixedBurstOperations(), |
130 | | - #TestCase0050MonitorModeNestedFileCreateInsideNewDirectory(), |
131 | | - #TestCase0051MonitorModeMtimeOnlyLocalChangeHandling(), |
132 | | - #TestCase0052MonitorModeLargeFileCreateSessionUpload(), |
133 | | - #TestCase0053MonitorModeRenameThenModify(), |
134 | | - #TestCase0054MonitorModeAtomicSaveEditorReplaceWorkflow(), |
135 | | - #TestCase0055UploadOnlyRemoveSourceFolders(), |
136 | | - #TestCase0056MonitorModeCreateThenDeleteQuickly(), |
137 | | - #TestCase0057RecycleBinDeleteBehaviourValidation(), |
138 | | - #TestCase0058MonitorDownloadOnlyCleanupCadence(), |
139 | | - #TestCase0059WebSocketRemoteUploadNotification(), |
140 | | - #TestCase0060MonitorModeLocalMoveNoDeleteReupload(), |
141 | | - #TestCase0061RemoteMoveIntoSkipDirReconciliation(), |
142 | | - #TestCase0062TransferMetricsValidation(), |
| 81 | + TestCase0001BasicResync(), |
| 82 | + TestCase0002SyncListValidation(), |
| 83 | + TestCase0003DryRunValidation(), |
| 84 | + TestCase0004SingleDirectorySync(), |
| 85 | + TestCase0005ForceSyncOverride(), |
| 86 | + TestCase0006DownloadOnly(), |
| 87 | + TestCase0007DownloadOnlyCleanupLocalFiles(), |
| 88 | + TestCase0008UploadOnly(), |
| 89 | + TestCase0009UploadOnlyNoRemoteDelete(), |
| 90 | + TestCase0010UploadOnlyRemoveSourceFiles(), |
| 91 | + TestCase0011SkipFileValidation(), |
| 92 | + TestCase0012SkipDirValidation(), |
| 93 | + TestCase0013SkipDotfilesValidation(), |
| 94 | + TestCase0014SkipSizeValidation(), |
| 95 | + TestCase0015SkipSymlinksValidation(), |
| 96 | + TestCase0016CheckNosyncValidation(), |
| 97 | + TestCase0017CheckNomountValidation(), |
| 98 | + TestCase0018RecycleBinValidation(), |
| 99 | + TestCase0019LoggingAndRunningConfig(), |
| 100 | + TestCase0020MonitorModeValidation(), |
| 101 | + TestCase0021ResumableTransfersValidation(), |
| 102 | + TestCase0022LocalFirstValidation(), |
| 103 | + TestCase0023BypassDataPreservationValidation(), |
| 104 | + TestCase0024BigDeleteSafeguardValidation(), |
| 105 | + TestCase0025InvalidCharacterFilenameValidation(), |
| 106 | + TestCase0026ReservedDeviceNameValidation(), |
| 107 | + TestCase0027WhitespaceTrailingDotValidation(), |
| 108 | + TestCase0028ControlCharacterNonUtf8FilenameValidation(), |
| 109 | + TestCase0029LocalFirstUploadOnlyTimestampPreservationValidation(), |
| 110 | + TestCase0030LocalRenamePropagationValidation(), |
| 111 | + TestCase0031LocalDirectoryRenamePropagationValidation(), |
| 112 | + TestCase0032RemoteRenameReconciliation(), |
| 113 | + TestCase0033RemoteDirectoryRenameReconciliation(), |
| 114 | + TestCase0034LocalMoveBetweenDirectoriesValidation(), |
| 115 | + TestCase0035RemoteMoveBetweenDirectoriesReconciliation(), |
| 116 | + TestCase0036OverwriteReplaceExistingFileContentValidation(), |
| 117 | + TestCase0037MtimeOnlyLocalChangeHandling(), |
| 118 | + TestCase0038DeleteAndRecreateWithSameNameValidation(), |
| 119 | + TestCase0039EmptyDirectoryHandling(), |
| 120 | + TestCase0040NestedTreeRenameAndDeleteStressValidation(), |
| 121 | + TestCase0041MonitorModeLocalCreateUpload(), |
| 122 | + TestCase0042MonitorModeLocalModifyUpload(), |
| 123 | + TestCase0043MonitorModeLocalDeletePropagation(), |
| 124 | + TestCase0044MonitorModeLocalRenamePropagation(), |
| 125 | + TestCase0045MonitorModeLocalDirectoryCreatePropagation(), |
| 126 | + TestCase0046MonitorModeLocalDirectoryRenamePropagation(), |
| 127 | + TestCase0047MonitorModeLocalDirectoryDeletePropagation(), |
| 128 | + TestCase0048MonitorModeBurstLocalFileCreates(), |
| 129 | + TestCase0049MonitorModeMixedBurstOperations(), |
| 130 | + TestCase0050MonitorModeNestedFileCreateInsideNewDirectory(), |
| 131 | + TestCase0051MonitorModeMtimeOnlyLocalChangeHandling(), |
| 132 | + TestCase0052MonitorModeLargeFileCreateSessionUpload(), |
| 133 | + TestCase0053MonitorModeRenameThenModify(), |
| 134 | + TestCase0054MonitorModeAtomicSaveEditorReplaceWorkflow(), |
| 135 | + TestCase0055UploadOnlyRemoveSourceFolders(), |
| 136 | + TestCase0056MonitorModeCreateThenDeleteQuickly(), |
| 137 | + TestCase0057RecycleBinDeleteBehaviourValidation(), |
| 138 | + TestCase0058MonitorDownloadOnlyCleanupCadence(), |
| 139 | + TestCase0059WebSocketRemoteUploadNotification(), |
| 140 | + TestCase0060MonitorModeLocalMoveNoDeleteReupload(), |
| 141 | + TestCase0061RemoteMoveIntoSkipDirReconciliation(), |
| 142 | + TestCase0062TransferMetricsValidation(), |
143 | 143 | TestCase0063LocalParentRenameDuringDownload(), |
144 | 144 | ] |
145 | 145 |
|
|
0 commit comments