Skip to content

ismrm-coding-secret-session/testing-your-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Testing your code

This repository contains simple working examples of how to test your code, in difference languages. Each example is hosted in a branch using the name of that language.

Branches:

For the open-source languages, continous integration (using TravisCI) and code coverage analysis (using Coveralls.io) are also implemented. Badges displaying the build status (green if all the tests pass, red if they don't) and coverage (% of code covered by tests) are displayed at the top of the readme. Click them to get more in-depth details about these features!

Real-world open-source projects containing testing suites

These are projects that I've worked on containing real tests and setups that you can use to learn more about!

Python

MATLAB

Octave

About me

Mathieu Boudreau is an MRI physicist working as a Research Fellow for the Montreal Heart Institute and a software developer at NeuroPoly (Polytechnique de Montréal). He holds a PhD in Biomedical Engineering from McGill University ('19), a MSc in Physics from the University of Western Ontario ('11), and a BSc in Physics from the Université de Moncton ('09). In his spare time, Mathieu enjoys making graduate students feel anxious about not having proper backups of their computers.