ideoforms / signalflow

A sound synthesis framework for Python, designed for clear and concise expression of complex musical ideas
https://signalflow.dev
MIT License
167 stars 14 forks source link

Ignore signalflowrc when running tests #91

Closed ideoforms closed 1 year ago

ideoforms commented 1 year ago

Custom config (e.g. output_buffer_size) can cause unit tests to break. Either make tests resilient to non-standard config, or ignore custom config when running tests.