Boddlnagg / midir

Cross-platform realtime MIDI processing in Rust.
MIT License
622 stars 77 forks source link

Add tests #11

Open Boddlnagg opened 9 years ago

Boddlnagg commented 9 years ago

Although related to #6, (semi-automatic) unit tests should be added regardless of CI. Some possibilities include (for all backends):

Boddlnagg commented 6 years ago

Some progress has been made in #28: We're now actually running functional unit tests on Travis, at least when using the coremidi backend on macOS (every other backend does not work on Travis).

Boddlnagg commented 6 years ago

We could try whether audio drivers are available on GitLab CI (which also includes Windows support),

Boddlnagg commented 5 years ago

We've since moved to Azure Pipelines CI, but still only can run CI tests with the coremidi backend. I think we have to live with that.

Nevertheless, it would be good to have more semi-automatic tests that developers can run on their own.