Skip to content

turekj/python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python

Fixtures

Generating a fixture:

# install danger
npm install -g danger
# generate a JSON fixture of what danger-js will pass to the python
danger pr https://github.com/microsoft/TypeScript/pull/34806 --json > fixtures/typescript-34806.json

Then to work on the process

# Using a fixture
cat fixtures/typescript-34806.json | python danger_runner.py

# Using Danger

About

PyDanger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.6%
  • TypeScript 15.4%