syntax-prosody-ot / main

A webapp for the syntax-prosody analyst working in Optimality Theory, with automated Gen, Con and Eval. Download build files from syntax-prosody-ot/build
https://spot.sites.ucsc.edu/
GNU General Public License v2.0
12 stars 2 forks source link

Automated testing for ordering constraints #484

Open jbellik opened 3 years ago

jbellik commented 3 years ago

Create a Mocha test file that checks the constraints NoShift (noShift()) and Linearity (noShiftGradient()). Both are defined in main/consraints/noShift.js.

Console tests for noShiftGradient() already exist in noShiftGradientTest.html, so @tijgee may have already addressed that function.