Skip to content

Instantly share code, notes, and snippets.

View s0undt3ch's full-sized avatar

Pedro Algarvio s0undt3ch

View GitHub Profile
[[package]]
category = "main"
description = "Python<->ObjC Interoperability Module"
name = "pyobjc"
optional = false
python-versions = "*"
version = "5.1.2"
[package.dependencies]
pyobjc-core = "5.1.2"
@s0undt3ch
s0undt3ch / pytest-output.txt
Last active November 7, 2023 17:26
Explain Pytest Assertion With Expected Data Last as Opposed to First
===================================================================================================== FAILURES ======================================================================================================
________________________________________________________________________________________________ test_expected_first ________________________________________________________________________________________________
def test_expected_first():
expected = {
"one": 1,
"two": 2,
}
ret = {
"one": 1,