From ad364b8c685a04222e8b87dc50b7b2866d2f78e3 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Mon, 4 Jan 2021 22:51:08 +0530 Subject: [PATCH] remove tests and pacakging info from here to docs/wiki --- README.md | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/README.md b/README.md index 02ca073..ee11816 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ + [![pypi](https://img.shields.io/pypi/v/waybackpy.svg)](https://pypi.org/project/waybackpy/) [![Build Status](https://github.com/akamhy/waybackpy/workflows/CI/badge.svg)](https://github.com/akamhy/waybackpy/actions?query=workflow%3ACI) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/255459cede9341e39436ec8866d3fb65)](https://www.codacy.com/manual/akamhy/waybackpy?utm_source=github.com&utm_medium=referral&utm_content=akamhy/waybackpy&utm_campaign=Badge_Grade) @@ -33,35 +34,3 @@ pip install git+https://github.com/akamhy/waybackpy.git ``` -### Tests - -To run tests locally: - -1) Install or update the testing/coverage tools - -```bash -pip install codecov pytest pytest-cov -U -``` - -2) Inside the repository run the following commands - -```bash -pytest --cov=waybackpy tests/ -``` - -3) To report coverage run - -```bash -bash <(curl -s https://codecov.io/bash) -t SECRET_CODECOV_TOKEN -``` - -You can find the tests [here](https://github.com/akamhy/waybackpy/tree/master/tests). - - -### Packaging - -1. Increment version. - -2. Build package ``python setup.py sdist bdist_wheel``. - -3. Sign & upload the package ``twine upload -s dist/*``.