Skip to content

osmocombb/pytest-tricks

 
 

Repository files navigation

pytest-tricks

Tips and Tricks for the Python Testing Tool

http://hackebrot.github.io/pytest-tricks/

Getting Started

Install lektor and npm.

Now we need to install the dependecies for this site:

$ cd webpack
$ npm install

Launch Development Server

Using the lektor CLI we launch a server at http://127.0.0.1:5000:

$ lektor server -f webpack

Changing the contents of the site automatically triggers a rebuild.

Deployment

Commits to master get deployed automatically by travis-ci.

Code of Conduct

Everyone interacting in the pytest-tricks project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.

About

😏 Tips and Tricks for the Python Testing Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.1%
  • HTML 37.8%
  • JavaScript 8.4%
  • Makefile 7.5%
  • CSS 4.2%