summaryrefslogtreecommitdiff
path: root/tests.build/empty-stratum.script
Commit message (Collapse)AuthorAgeFilesLines
* Convert the empty-stratum test into a yarnAdam Coldrick2015-02-181-36/+0
| | | | | | | We will use MorphologyLoader.load_from_file() to load morphologies from a temporary file, so the output will be unpredictable. That will break this test, so we may as well convert it into a yarn to fix it.
* cmdtests: Use YAML not JSON to represent morphologiesAdam Coldrick2014-08-141-4/+2
|
* cmdtests: Change the error messages to be detectedAdam Coldrick2014-08-141-1/+1
|
* Corrections to previous commitsRichard Holland2013-04-081-2/+2
| | | | | Removed trailing comma, corrected copyright year, used #pragma: no cover to exclude the exception class form coverage and allow ./check full to run.
* Added new test case for empty strataRichard Holland2013-04-081-0/+38
Added a new test case that tests for new error from previous commit that changed the warning to an error when building an empty stratum.