Skip to content
Success

Changes

Summary

  1. test_construct: move testvectors inside unittest class (details)
Commit b899e3fd866cfe1fc78a69a3e2359cd2bb826f85 by pmaier@sysmocom.de
test_construct: move testvectors inside unittest class

The unittest class TestGreedyInt has test vectors declared outside
that class, but no other class makes use of this test vectors, so
let's move them into TestGreedyInt, where they should be.

Related: SYS#7094
Change-Id: Ida24295091efd30406e9a354ca5854150127b3d4
The file was modifiedtests/test_construct.py