Skip to content

Code steps for the "Beyond 100% test coverage" talk

Notifications You must be signed in to change notification settings

codehutlabs/beyond-100-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beyond 100% test coverage

Code steps for the "Beyond 100% test coverage" talk. Usage:

Prepare

$ git config --global alias.demo-start 'checkout demo-start'
$ git config --global alias.demo-next '!git checkout `git rev-list HEAD..demo-end | tail -1`'
$ git config --global alias.demo-prev 'checkout HEAD^'
$ git config --global alias.demo-diff 'diff HEAD^'
$ git config --global alias.demo-msg 'log -1 --pretty=%B'
$ git clone https://github.com/zupo/beyond-100-tests
$ pipenv install
$ pipenv shell
$ export PS1="\$(__git_ps1)\$ "

Talk

$ git demo-start
$ git demo-next
$ git demo-diff
$ git demo-prev

Inspirations and references

About

Code steps for the "Beyond 100% test coverage" talk

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%