Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 854 Bytes

File metadata and controls

21 lines (15 loc) · 854 Bytes

BasicSynBio API

This API is build with Fast API and can be accessed at https://basic-syn-bio.herokuapp.com CORS dependent. The documentation can be viewed at https://basic-syn-bio.herokuapp.com/docs

At the documentation a list of the endpoints can be seen and tested!

Testing

This repo uses snapshot testing with pytest, to run simply run:

$ pytest

Pytest

Linting

This repo is linted with black python linter, to lint simply run

$ black .

Lint