corrscope/tests
nyanpasu64 e865e1c803 [renderer] Treat line_width as pixels, not points (#186)
Convert line_width from pixels to points (96dpi)

- Why not switch to 72dpi, where 1pt = 1px?
  - Gridlines become too thin, and change from white to gray.
    This is bad for users, and causes unit tests to fail.

Fixes #178.
2019-02-05 21:57:22 -08:00
..
wav-formats Wave: Enable stereo mmap, disable mmap for intermediate computations (#21) 2018-12-29 18:43:11 -05:00
__init__.py Appease mypy, create empty __init__.py 2019-01-21 21:07:43 -08:00
conftest.py Add test for launching corrscope with master audio disabled 2019-01-13 14:55:33 -08:00
header larger than filesize.wav Add test to accept .wav with header metadata larger than filesize 2019-01-03 00:39:25 -08:00
impulse24000.wav
sine440.wav
stereo in-phase.wav
test_channel.py Add test for per-channel amplification 2019-02-01 21:14:25 -08:00
test_cli.py Add test to ensure `end_time: null` is not dumped 2019-01-23 23:46:11 -08:00
test_config.py Make unrecognized fields yield warning, not exception (#160) 2019-01-27 20:38:23 -08:00
test_gui_binding.py [gui] Document broken rgetattr(default) behavior 2019-01-24 22:47:09 -08:00
test_layout.py Add test for layout.EdgeFinder class 2019-01-12 04:12:27 -08:00
test_output.py Speed up rendering tests using smaller image dimensions 2019-01-20 16:47:59 -08:00
test_renderer.py [renderer] Treat line_width as pixels, not points (#186) 2019-02-05 21:57:22 -08:00
test_trigger.py Remove class _WaveConfig, replace with kwargs 2019-01-23 23:46:10 -08:00
test_wave.py Move scipy-imported files to scipy/ subdir (#153) 2019-01-25 19:27:46 -08:00
test_windows.py Run black on code 2019-01-03 13:00:18 -08:00