Skip to content

Commit

Permalink
Pytest refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
erich-hs committed Apr 20, 2023
1 parent dc7d9a2 commit 6015543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
install:
pip install --upgrade pip &&\
pip install -r requirements.txt
pip install .

lint:
pylint --disable=R,C,W1203,E1101 src.tabularcompare.compare src.tabularcompare.utils --fail-under=9.0

test:
python -m pytest tests/test_compare.py &&\
python -m pytest tests/test_app.py
pytest

format:
black src/tabularcompare/*.py
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# TabularCompare

[![Python package](https://github.com/erich-hs/tabularcompare/actions/workflows/python-package.yml/badge.svg)](https://github.com/erich-hs/tabularcompare/actions/workflows/python-package.yml) ![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)

Tabular data comparison wrapper for DataComPy

0 comments on commit 6015543

Please sign in to comment.