Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.43 KB

writing_tests_for_plugins.md

File metadata and controls

23 lines (18 loc) · 1.43 KB
title
Testing a Custom Language Plugin

NOTE Please see Testing Plugins for a general introduction.

This tutorial demonstrates how to write and run automated tests for a custom language plugin.

As an example, the plugin implemented in the Custom Language Support Tutorial is used to demonstrate functional test development.

The plugin and test code can be found in the simple_language_plugin code sample.