pysat / pysatNASA

pysat support for NASA Instruments
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

MAINT: use full inheritance in tests #85

Closed jklenzing closed 2 years ago

jklenzing commented 3 years ago

Description

Uses the new inheritance structure in the core pysat instrument test class. Requires pysat 3.0.2.

Type of change

How Has This Been Tested?

pytest -vs pysatNASA/tests/test_instruments.py

Test Configuration

Checklist:

jklenzing commented 3 years ago

Will be ready for review with next release of pysat

jklenzing commented 2 years ago

Clearing out the backlog! This is how the new pysat instrument tests work. It's much more user friendly for pysat libraries. Ultimately should be applied across the ecosystem.