Update docs/contributing.md

Co-authored-by: Yohan Boniface <yb@enix.org>
This commit is contained in:
Alexis Métaireau 2023-12-05 23:13:27 +01:00 committed by GitHub
parent b04ad69276
commit ce4b411cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ Multiple tests suites are in use in the project.
| Test suite | Location | Command | | Test suite | Location | Command |
| ---------- | -------- | ------- | | ---------- | -------- | ------- |
| Python unit tests | `umap/tests/integration` | `pytest . --ignore umap/tests/integration` | | Python unit tests | `umap/tests/` | `pytest . --ignore umap/tests/integration` |
| Javascript unit tests | `umap/static/test` | `make testjs`| | Javascript unit tests | `umap/static/test` | `make testjs`|
| Integration tests | `umap/tests/integration` | `pytest umap/tests/integration` | | Integration tests | `umap/tests/integration` | `pytest umap/tests/integration` |