sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

583
active users

#biopython

0 posts0 participants0 posts today
Replied in thread

@Edent Python has a tradition of functional testing of doctests in docstrings (code snippets within the API docs), and I use a generalised version of this for our main docs in #Biopython.

However that doesn’t solve this use case of testing installation instructions - which seems doable in principle but complex to orchestrate. I wonder if there’s something off the shelf which covers the basics (in Python in particular)? …