arrayfire-python icon indicating copy to clipboard operation
arrayfire-python copied to clipboard

Replace tests with pytest runner

Open roaffix opened this issue 5 years ago • 0 comments

  • Remove custom test runner tool
  • Add pytest runner (there is no need to install it locally from requirements because it is used as setup test requirement) These tests are not checking the correctness of the executed method and they are nothing more than smoke tests. So, they are put in the appropriate tests subfolder.

The tests can be run with the python setup.py test command.

Minimal coverage was set to fit the current coverage value -- 70% (was 72.3%, actual 71.86% after removing some prints)

roaffix avatar Nov 14 '20 21:11 roaffix