Skip to content
Snippets Groups Projects
Commit 56e4301c authored by Felipe Delestro Matos's avatar Felipe Delestro Matos
Browse files

added tests

parent 3f53dcdc
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,12 @@ On the root of the repository, at minimum you should have:
### Code directory
Use a simple but meaningful name, as this is the name you're project is going to be imported in case it is packed as a library.
Here we use `qimer` as in **QIM** **Ex**ample
Here we use `qimex` as in **QIM** **Ex**ample
## Coding guidelines
## Testing
We should use `pytest` to manage unit testing of the repository.
All tests should be inside a `tests`directory at the root of the repository.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment