eastgenomics / eggd_generate_variant_workbook

DNAnexus app for generating xlsx variant workbooks
3 stars 0 forks source link

better specificity of utils.is_numeric() #113

Closed jethror1 closed 2 years ago

jethror1 commented 2 years ago
$ python3 -m pytest -v resources/home/dnanexus/generate_workbook/tests/test_utils.py 
=================================================== test session starts ====================================================
platform linux -- Python 3.8.10, pytest-7.0.1, pluggy-1.0.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /home/jethro/Projects/eggd_vcf2xls_nirvana/resources/home/dnanexus/generate_workbook/tests, configfile: pytest.ini
collected 1 item                                                                                                           

resources/home/dnanexus/generate_workbook/tests/test_utils.py::test_is_numeric PASSED                                [100%]

==================================================== 1 passed in 0.02s =====================================================

This change is Reviewable