Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1# (c) Stefan Countryman, 2019 

2 

3""" 

4Unit tests for individual pipeline ``FileHandler`` subclasses and their 

5supporting functions and methods. 

6 

7Note: do not test expected file generation outputs 

8here; those integration tests should be run as part of the automatic 

9reproducibility tests included in ``test_pipeline``. File generation tests in 

10this submodule should cover sanity checks and edge cases. 

11"""