Skip to content

viktorasm/maya-tdd-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maya TDD setup

I'm trying to publish some code in relation to my TDD in Maya article. Before it's been a seamless part of the rest of ngSkinTools project, but as I'm finding that I need to repeat this setup in other Maya-related projects, this is my attempt to make it a reusable library.

Installation (venv)

  • Create your virtual environment

     virtualenv venv
     source venv/bin/activate
  • Install this package:

     pip install git+https://github.com/viktorasm/maya-tdd-toolkit.git

Installation (pipenv)

Specify in your Pipfile:

[dev-packages]
pytest = "*"
mayatdd = {git = "https://github.com/viktorasm/maya-tdd-toolkit.git", ref = "master"}

Sample project

Checkout maya-tdd-toolkit-sampleproject for an example.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages