Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unit tests #45

Open
andreanegri opened this issue Jan 25, 2024 · 0 comments
Open

Fix unit tests #45

andreanegri opened this issue Jan 25, 2024 · 0 comments
Labels
client client side issues

Comments

@andreanegri
Copy link
Collaborator

Currently, client unit tests status (rcm/client/test/test.py) is

test_encryption (__main__.TestAESCipher) ... ERROR
test_encryption (__main__.TestD3DESCipher) ... ok
test_newcon_api (__main__.TestManager) ... vncviewer path: /home/vagrant/work/tv/opt/TurboVNC/bin/vncviewer
User:
Password:
ERROR
test_encryption (__main__.TestRCMCipher) ... ERROR
test_login_fail (__main__.TestSSHSessionWidget) ... ok
test_login_successful (__main__.TestSSHSessionWidget) ... ok

TestAESCipher and TestRCMCipher are failing for:

ModuleNotFoundError: No module named 'Crypto'

while TestManager has a bit convoluted behavior (i.e. expect input from user) and should not be a unit test to me.

@andreanegri andreanegri added the client client side issues label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client client side issues
Projects
None yet
Development

No branches or pull requests

1 participant