Skip to content

Avoiding pytest suite side-effects (dataset saving) #1764

@VeckoTheGecko

Description

@VeckoTheGecko

Running the test suite creates the following zarr files:

./Peninsula.zarr
./MIT_particles_scipy.zarr
./nemo_particles.zarr
./DecayingMovingParticle.zarr
./StommelParticle.zarr
./EddyParticle.zarr
./RadialParticle.zarr
./MIT_particles_jit.zarr

cluttering the working directory. Changing the tests to clean up these files after the tests have run (e.g., by using temporary files) would improve the quality of the test suite.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions