chezou / tdworkflow

Unofficial Treasure Workflow Client
Apache License 2.0
7 stars 5 forks source link

Changed iso parsing method for Python3.6+ #13

Closed CyrillSolomon closed 3 years ago

CyrillSolomon commented 3 years ago

Result for python3.6 testing:

============================= test session starts ==============================
platform linux -- Python 3.6.12, pytest-6.2.2, py-1.10.0, pluggy-0.13.0
rootdir: /home/hcsolomon/tdworkflow
plugins: celery-4.3.0, mock-3.5.1
collected 38 items                                                             

tests/test_client.py .....................................               [ 97%]
tests/test_util.py .                                                     [100%]

============================== 38 passed in 0.36s ==============================

Result for python3.7 testing:

============================= test session starts ==============================
platform linux -- Python 3.7.6, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
rootdir: /home/hcsolomon/tdworkflow
plugins: openfiles-0.4.0, hypothesis-5.5.4, remotedata-0.3.2, astropy-header-0.1.2, arraydiff-0.3, doctestplus-0.5.0, mock-3.5.1
collected 38 items                                                             

tests/test_client.py .....................................               [ 97%]
tests/test_util.py .                                                     [100%]

============================== 38 passed in 0.30s ==============================
chezou commented 3 years ago

Close since I don't have a plan to support Python 3.6 for now.