AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

TST: Use unittest consistently in tests #92

Closed carterbox closed 4 years ago

carterbox commented 4 years ago

Purpose

Some test skips were implemented using the pytest module instead of unittest. This would cause the tests to not be skipped if the test file was run directly.

Approach

Replace all calls to pytest.mark.skip with unittest.skip.

Pre-Merge Checklists

Submitter

Reviewer