JdeRobot / PyOnArduino

4 stars 2 forks source link

Grouped tests execution using setup.py #19

Closed agshubhs closed 5 years ago

agshubhs commented 5 years ago

[Bug fixes and enhancements]

This PR makes the following changes:

  1. Adds setup.py in the root of the repository to allow packaging and execution of tests using a single file. The tests can now be executed using:
    python3 setup.py test
  2. Fix all the path errors across the repository which lead to examples failing to execute.

Grouping tests allows easier for execution and future support for Continous Integration tools.

sergiopaniego commented 5 years ago

Similar changes have been already implemented in a previous pull requests so I can't add them to the project.