Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aabadie/dummymaths

Repository used for the git beginner tutorial
https://github.com/aabadie/dummymaths

Last synced: about 7 hours ago
JSON representation

Repository used for the git beginner tutorial

Awesome Lists containing this project

README

        

Dummy maths
===========

Python project implementing very simple mathematical functions.

Available functions are `add`, `sub`, `multiply`, `divide` and `power`

Testing
-------

Unit tests can be run using [pytest](https://docs.pytest.org/). Install `pytest`
using `pip`:

```
pip install pytest
```

Then run the tests:

```
pytest
```