File: HACKING.md

package info (click to toggle)
python-pytest-freezegun 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: python: 223; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Running tests

Just running `tox` should run all tests on the supported python/pytest configurations.

# Releasing

Building and uploading a release:

    rm dist/* && \
    .tox/flake8/bin/python setup.py sdist bdist_wheel && \
    twine upload dist/*