Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GDelevoye authored Apr 8, 2021
1 parent 98ac714 commit 611e922
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ pip install -e ./kmers_removal

# Run tests

Only a terminal test is implemented by now
Only a terminal test is implemented by now. It is implemented with pytest

```console

guillaume@A320MA:~/GitHub/kmers_removal$ pytest .
=============================================================================================== test session starts ===============================================================================================
===================== test session starts =====================
platform linux -- Python 3.8.5, pytest-6.1.1, py-1.9.0, pluggy-0.13.1
rootdir: /home/guillaume/GitHub/kmers_removal
collected 1 item
collected 1 item

test/test_kmers_removal_launcher.py . [100%]
test/test_kmers_removal_launcher.py . [100%]

================================================================================================ 1 passed in 0.32s ================================================================================================
====================== 1 passed in 0.33s ======================

```

Expand Down

0 comments on commit 611e922

Please sign in to comment.