1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__serveur-vote-lalis/include/Condorcet/Tests/README.md

10 lines
408 B
Markdown
Raw Normal View History

2022-09-21 12:39:11 +02:00
> **[Presentation](../README.md) | [Manual](https://github.com/julien-boudry/Condorcet/wiki) | [Methods References](../Documentation/README.md) | Tests**
#### ~300 tests and more than 1000 assertions to explore on this path
* The implementation tests proving the implementations of each method are in this directory **=>> [Algo Tests](lib/Algo/)**
#### Execute the tests suite
```
./vendor/bin/phpunit
```