redhat-qe-security / SCAutolib

Library for automation of smart card testing
GNU General Public License v3.0
3 stars 10 forks source link

Remove recursive dependencies in the modules #73

Closed x00Pavel closed 1 year ago

x00Pavel commented 2 years ago

Currently, there are recursive dependencies between Card and User (maybe also other modules). This leads to an exception RecursionError: maximum recursion depth exceeded while calling a Python object during unit testing. This need fix

x00Pavel commented 1 year ago

Done