Files
Takashi Kajinami 2b5a92bd01 Drop redundant assertion method overrides
... and use the built-in ones instead.

Also replace assertDictEqual because assertEqual should select
an appropriate method automatically[1].

[1] https://docs.python.org/3.13/library/unittest.html

The list of type-specific methods automatically used by assertEqual()
are summarized in the following table. Note that it’s usually not
necessary to invoke these methods directly.

Change-Id: I4b7d3563e5a025cd3efa602a28c12865dcf3474d
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-09 11:05:29 +00:00
..