opencdms-dev / pyopencdms-old

⭐🐍 pyopencdms aims to build a common Python API on top of multiple Climate Data Management Systems (CDMS) that use different underlying database engines
MIT License
4 stars 6 forks source link

Add unit tests for schema checker developed in #11 #12

Closed isedwards closed 3 years ago

isedwards commented 3 years ago

This issues aims to add tests for the schema checker developed in #11

Specifically, we need a way to:

isedwards commented 3 years ago

pyopencdms aims to support the same Python 3.x versions that our major dependencies support.

In the case of SQLAlchemy, version 1.4 and above support Python 3.6 and above (with support for Python 2.x being dropped in SQLAlchemy 2.0).

We do not intend to support Python 2.x

SQLAlchemy uses tox (and virtualenv) to test against multiple Python versions and different database backends.

Shaibujnr commented 3 years ago

https://github.com/opencdms/pyopencdms/pull/21

Run pip install pytest Run 'make test`

isedwards commented 3 years ago

Resolved by #21 and #22