Skip to content
Snippets Groups Projects
Commit 6c03bb86 authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

added unit tests; tested code against python 2 and 3 using tox; formatted...

added unit tests; tested code against python 2 and 3 using tox; formatted python code using PEP8 style guide; removed config file
parents 7977c130 eec67688
No related branches found
No related tags found
1 merge request!3Python 2/3 compatibility
Pipeline #686 passed with stage
in 59 seconds
...@@ -77,7 +77,7 @@ Ready to contribute? Here's how to set up `data2passcal` for local development. ...@@ -77,7 +77,7 @@ Ready to contribute? Here's how to set up `data2passcal` for local development.
tests:: tests::
$ python -m unittest (or python -m unittest tests.test_data2passcal under Python2) $ python -m unittest (or python -m unittest tests.test_data2passcal under Python2)
6. Commit your changes and push your branch to GitHub:: 6. Commit your changes and push your branch to GitHub::
$ git add . $ git add .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment