Skip to content

Conversation

@tpikonen
Copy link
Contributor

This PR fixes some problems I had with 'make unittest'.

  • Use either 'pytest' or 'pytest-3' for the pytest executable. The latter is the default name for pytest at least in Debian.
  • Reduce output clutter by fixing regexp string DeprecationWarnings. Regexp patterns are changed to raw strings in files which had warnings. There are some changes in the actual string contents (like '\\w' -> '\w'), so it would be good if someone else checks these before committing.
  • Add the coverage database to .gitignore

Use PYTEST variable for the pytest executable. Initialize it with
'pytest' or 'pytest-3' (in Debian).
@elelay
Copy link
Member

elelay commented Jan 16, 2021

looks good

@tpikonen
Copy link
Contributor Author

tpikonen commented Feb 1, 2021

Hi @elelay, is there anything preventing this PR from being merged?

@elelay
Copy link
Member

elelay commented Feb 2, 2021

hi,
nothing, really. It simply fell through the cracks.
Thanks,

@elelay elelay merged commit 95e6206 into gpodder:master Feb 2, 2021
@tpikonen tpikonen deleted the pytest-3 branch February 3, 2021 08:28
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.

2 participants