redhat-qe-security / SCAutolib

Library for automation of smart card testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove recursive dependencies in the modules

x00Pavel opened this issue · comments

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