mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-12 16:02:35 +08:00
test: 测试套件自隔离与全量离线化(collection 清零 + 杜绝真实网络) (#5873)
This commit is contained in:
@@ -212,7 +212,3 @@ class RcloneStorageTest(unittest.TestCase):
|
||||
self.assertIn("/C", rclone_module._folder_locks)
|
||||
self.assertIsNot(first_lock, third_lock)
|
||||
self.assertIs(second_lock, rclone_module._folder_locks["/B"])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user