pysat / pysatSeasons

Seasonal Analysis routines for pysat
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

TST: update testing standards #28

Closed jklenzing closed 2 years ago

jklenzing commented 2 years ago

Is your feature request related to a problem? Please describe. After the version caps for pandas are removed, CI tests and standards need to be updated.

Describe the solution you'd like

Describe alternatives you've considered :crab:

Additional context Needs approval and merge of #27.

rstoneback commented 2 years ago

I've updated the test versions. How do I turn on style and docstring testing?

rstoneback commented 2 years ago

I added some codes to the flake8 testing based upon comparison to codes in pysat.

    - name: Test PEP8 compliance
      run: flake8 . --count --select=D,E,F,H,W --show-source --statistics