Revision 54a97578981a27b4af5c4d62681c233fd89b9f65 authored by Forrest Tanaka on 04 May 2016, 22:38:42 UTC, committed by Forrest Tanaka on 04 May 2016, 22:38:42 UTC
Now concatenate biosample.construct and biosample.model_organism_donor_construct arrays to display them all together in the biosample summary panel.
1 parent 12710d5
Raw File
pytest.ini
[pytest]
addopts =
    --pyargs encoded.tests
    --pyargs snovault.tests
    -p encoded.tests
    --instafail
    --splinter-make-screenshot-on-failure=false
    --splinter-implicit-wait=5
back to top