Skip to content
/ runify Public

.net continuous unit testing, runify automatically executes tests in your assemblies.

License

Notifications You must be signed in to change notification settings

mezu/runify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runify

.net continuous unit testing, runify automatically executes tests in your assemblies. runify only monitors for changes to files that contain "Tests" in their names

dependencies

  1. Powershell >= 2.0
  2. nunit
  3. Git

installation

cd your_current_repository

add the submodule

git submodule add git://github.com/jeanres/runify.git

updating

cd your_current_repository

cd into the runify directory

cd runify

update the submodule

git pull

configuration

edit the configuration file runfify\runify.config

<tests>
  <assembly path="MyProject.UnitTests\bin\debug\MyProject.UnitTests.dll"></assembly>
  <assembly path="MyProject.IntegrationTests\bin\debug\MyProject.IntegrationTests.dll"></assembly>
</tests>

point the assembly paths to your unit and integration test paths, these are relative to the root of your project.

running

cd to the root of your repository run .\runify\runify.ps1

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

About

.net continuous unit testing, runify automatically executes tests in your assemblies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published