Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://hackebrot.github.io/pytest-tricks/
:smirk: Tips and Tricks for the Python Testing Tool
https://hackebrot.github.io/pytest-tricks/
blog pytest python
Last synced: 27 days ago
JSON representation
:smirk: Tips and Tricks for the Python Testing Tool
- Host: GitHub
- URL: https://hackebrot.github.io/pytest-tricks/
- Owner: hackebrot
- License: other
- Created: 2016-02-11T00:31:42.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2021-09-15T12:56:42.000Z (about 3 years ago)
- Last Synced: 2024-11-09T20:12:51.627Z (about 1 month ago)
- Topics: blog, pytest, python
- Language: Python
- Homepage: http://hackebrot.github.io/pytest-tricks/
- Size: 498 KB
- Stars: 197
- Watchers: 19
- Forks: 16
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pytest - Pytest-Tricks
README
# pytest-tricks
Tips and Tricks for the Python Testing Toolhttp://hackebrot.github.io/pytest-tricks/
Getting Started
---------------Install [lektor] and [npm].
Now we need to install the dependecies for this site:
```no-highlight
$ cd webpack
$ npm install
```Launch Development Server
------------------------Using the lektor CLI we launch a server at ``http://127.0.0.1:5000``:
```no-highlight
$ 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].[PyPA Code of Conduct]: https://www.pypa.io/en/latest/code-of-conduct/
[lektor]: https://www.getlektor.com/downloads/
[npm]: https://docs.npmjs.com/getting-started/installing-node
[travis-ci]: https://travis-ci.org/hackebrot/pytest-tricks