DEV Community

Eliyahou
Eliyahou

Posted on

Add CI to our new Project

create test file in order to use pytest
create yaml file that runs the pytest with the requierments neccesary
In order to check validity of the gembank file of the project that contains Genom of Bacillus subtilis bacterium.
In my tests I checked that the gb file include the features of CDS and GENE.
Without this features the file is not valid
The checks that I did was on the original gb file and got success

Image description

I did another check with none valid file and the test failed

Image description

I sent 2 PR to my partner:

  1. create test_main
  2. Add ci file

Computational biology

Top comments (0)