Skip to content

chore: remove deepdiff because pytest already supports desired output

Summary

  • chore: remove deepdiff because pytest already supports desired output

pytest supports providing full diff between dictionaries when higher verbosity is specified. For details see https://docs.pytest.org/en/7.1.x/how-to/output.html#verbosity.

Make use of max verbosity level in CI (-vv)

Close #...

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here

Merge request reports

Loading