Skip to content

[WIP] call tests with tox + pytest

Neil Shah-Quinn (WMF) requested to merge github/fork/jsnshrmn/Jsn.sherman/tox into main

Created by: jsnshrmn

One of the first things I noticed when using this library was that its tests were not a good match for cicd; I haven't yet started to break the tests up or add mocks to allow testing without a live hive db, but this is the first step. You should still be able to trigger the tests manually by installing and then running tox:

  • pip install -e .
  • tox Note that I haven't actually been able to run these myself yet.
Edited by Neil Shah-Quinn (WMF)

Merge request reports