ReactionMechanismGenerator / RMG-website

A Django-powered website for Reaction Mechanism Generator (RMG)
Other
21 stars 29 forks source link

Add CI + test suite to RMG-website #280

Open jonwzheng opened 3 months ago

jonwzheng commented 3 months ago

Motivation

The RMG website code is fairly large, and changes upstream in RMG-Py and RMG-database have the ability to affect functionality of the website.

Some unit tests are already available - we should set up continuous integration that runs these tests and also checks that the website can build properly.

Implementation

We can follow the examples followed by RMG-Py etc. to get this working.