Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
T
Tidal
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PLN
  • Tidal
  • Repository

Switch branch/tag
  • Tidal
  • tools
  • tests
  • test_one_tidal_parser.py
Find file
BlameHistoryPermalink
  • PLN (Algolia)'s avatar
    fix(tests): one absent sister repo and the ratchet guarded nothing · 761d8589
    tools/analyze_samples.py is a COMMITTED symlink into ../tidal-ears, which is
    not cloned on the XPS24. rglob could see the path and read_text could not open
    it, and _offenders() caught only SyntaxError — so a FileNotFoundError escaped
    at import time and the whole module failed COLLECTION.
    
    That is the exact failure this file exists to prevent, turned on itself: the
    guard reported nothing rather than reporting a gap, and a guard that cannot run
    guards nothing. Skip unreadable paths explicitly.
    
    Verified standalone on the rig interpreter: 3 tests pass, 256 files scanned.
    PLN (Algolia) authored Sep 06, 2026
    761d8589
test_one_tidal_parser.py 8.24 KB
EditWeb IDE
×

Replace test_one_tidal_parser.py

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.