pyqtgraph/tests/exporters
Ogi Moore d72be799d7 Catch and Address Warnings in test_svg and pytest.ini
On Windows, pyreadline is emitting a deprecation warning we can ignore.
Furthermore, test_svg was using NamedTemporaryFile in a manner that was
causing permission denied errors, so this commit switches to the use of
pytest friendly temporary files
2021-05-31 21:06:16 -07:00
..
__init__.py Move and Update test-data repo into pyqtgraph repo 2021-05-31 21:05:00 -07:00
test_csv.py Replace uses of tempfile.mktemp with tempfile.NamedTemporaryFile 2021-05-31 21:06:16 -07:00
test_hdf5.py Clean up test files 2021-05-31 21:06:16 -07:00
test_image.py Move and Update test-data repo into pyqtgraph repo 2021-05-31 21:05:00 -07:00
test_matplotlib.py Move and Update test-data repo into pyqtgraph repo 2021-05-31 21:05:00 -07:00
test_svg.py Catch and Address Warnings in test_svg and pytest.ini 2021-05-31 21:06:16 -07:00