Code Monkey home page Code Monkey logo

blog.pytest.org's Introduction

blog.pytest.org

This is the repository for the pytest blog. Everyone that has something interesting to share about pytest is invited to contribute posts to the blog.

Contributions

The pytest blog is a community driven blog that aims to spread information on all things pytest.

How to work with the blog locally

Setting up

  • Fork/clone this repository
  • Create a virtual environment (you can put it in the env/ folder) and activate it
  • Install the requirements.txt: pip install -r requirements.txt

Running the development server

Now you should be able to run the blog and see it in your browser:

  • Start the development server and automatic page generation: make devserver
  • Open http://localhost:8000
  • When you are finished, stop the server by running make stopserver

How to write a new article

This blog uses pelican.

Publishing

Publishing is done automatically for all commits in the master branch. Most of the time, just push your changes and have them deployed.

It is also possible to deploy directly from your local machine by running make publish.

If you don't want to check out the repository, you can use the Github web interface to add a new file under a subdirectory of "content".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.