If you would like to contribute to the ThriftCLI project, please use this workflow:
- Clone the repository
- Create a branch named after your functionality
- Implement your changes
- Add your name to the CONTRIBUTORS file
- Push the branch to the remote repository
- File a pull request for your branch and include a description
If you'd like to run ThriftCLI from its source, without running the install script, navigate to the project directory and run:
python -m thriftcli
From the project directory, run:
nosetests
You can test a specific package or file by running:
nosetests [path]