Skip to content

carcer/NuScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

NuScript

NuScript is a .Net library providing an NUnit addin that can create test suites from DLR scripts in a specified directory.
Initially, only Python (i.e. IronPython) scripts are supported, but the base classes in the library allow for easy extension.

To use NuScript, create a class library and reference NuScript and NUnit.core.interfaces.
Create a public class in your library which inherits from ScriptSuiteBuilder. Mark this class with the NUnitAddIn attribute.
Create another public class which inherits from PythonSuiteDefinition. Override the implementation of the ScriptPath propert to return the path to the location of your Python scripts.



Copyright Robert Lewis 2011.
You may use the source code and binaries for any purpose, provided you give credit to the author.
NO WARRANTY IS PROVIDED FOR ANY PURPOSE.

About

Generates NUnit test suites using DLR scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors