← 返回首页
Replace tests with pytest runner by roaffix · Pull Request #244 · arrayfire/arrayfire-python · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Replace tests with pytest runner#244

Open
roaffix wants to merge 1 commit into
arrayfire:devfrom
roaffix:feature/pytest
Open

Replace tests with pytest runner#244
roaffix wants to merge 1 commit into
arrayfire:devfrom
roaffix:feature/pytest

Conversation

Copy link
Copy Markdown
Contributor

roaffix commented Nov 14, 2020

  • 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 changed the base branch from master to dev November 14, 2020 21:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Footer

© 2026 GitHub, Inc.