summaryrefslogtreecommitdiff
path: root/testing/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Test from an installationDaniel Silverstone2017-08-031-0/+1
| | | | | | | This corrects an oversight in our testing framework where we were using a local build of Gitano rather than an "installation" for test purposes. This should result in fewer cases of missed modules, plugins, skeleton entries, etc.
* Initial testing tool, library and basic testDaniel Silverstone2013-06-221-0/+1
The tool (testing/gitano-test-tool.in) provides a bunch of complex behaviours which are then used by the scenario test implementations in testing/library.yarn. From there, those implementations for scenario tests which are in the rest of the .yarn files in testing/. A top level 'make test' will invoke the test suite.