How to use the pynpoint.util.tests.remove_test_data function in pynpoint

To help you get started, we’ve selected a few pynpoint examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github PynPoint / PynPoint / tests / test_readwrite / test_nearreading.py View on Github external
def teardown_class(self) -> None:

        remove_test_data(self.test_dir, folders=['near'])
github PynPoint / PynPoint / tests / test_core / test_processing.py View on Github external
def teardown_class(self) -> None:

        remove_test_data(self.test_dir, folders=['images'])
github PynPoint / PynPoint / tests / test_processing / test_badpixel.py View on Github external
def teardown_class(self) -> None:

        remove_test_data(self.test_dir)
github PynPoint / PynPoint / tests / test_readwrite / test_hdf5writing.py View on Github external
def teardown_class(self) -> None:

        remove_test_data(self.test_dir, files=['test.hdf5'])
github PynPoint / PynPoint / tests / test_readwrite / test_attr_writing.py View on Github external
def teardown_class(self) -> None:

        remove_test_data(self.test_dir, files=['parang.dat', 'attribute.dat'])
github PynPoint / PynPoint / tests / test_processing / test_resizing.py View on Github external
def teardown_class(self) -> None:

        remove_test_data(self.test_dir, folders=['resize'])
github PynPoint / PynPoint / tests / test_processing / test_extract.py View on Github external
def teardown_class(self) -> None:

        remove_test_data(path=self.test_dir, folders=['star', 'binary'])
github PynPoint / PynPoint / tests / test_processing / test_frameselection.py View on Github external
def teardown_class(self) -> None:

        remove_test_data(self.test_dir, folders=['images'])
github PynPoint / PynPoint / tests / test_processing / test_fluxposition.py View on Github external
def teardown_class(self) -> None:

        remove_test_data(self.test_dir, folders=['adi', 'psf', 'ref'])
github PynPoint / PynPoint / tests / test_processing / test_psfsubtraction_adi.py View on Github external
def teardown_class(self) -> None:

        remove_test_data(self.test_dir, folders=['science', 'reference'])