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

runalltests.bat: stuck on test_open_app_store() #19

Open
jorgeboucas opened this issue Oct 29, 2020 · 3 comments
Open

runalltests.bat: stuck on test_open_app_store() #19

jorgeboucas opened this issue Oct 29, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@jorgeboucas
Copy link
Member

py4cytoscape:~/py4cytoscape/tests$ source runalltests.bat 
bash: nul: No such file or directory

real    0m0.003s
user    0m0.000s
sys     0m0.002s
Into test_get_app_information()
Out of 'test_get_app_information'
Into test_get_app_status()
'test_get_app_status' exception AssertionError("{'appName': 'boundaryLayout', 'status': 'File Moved (Uninstalled)'} != {'appName': 'boundaryLayout', 'status': 'Disabled'}\n- {'appName': 'boundaryLayout', 'status': 'File Moved (Uninstalled)'}\n?                                          ^ -------------- - ^   -\n\n+ {'appName': 'boundaryLayout', 'status': 'Disabled'}\n?                                          ^   ^\n")
Into test_get_app_updates()
Out of 'test_get_app_updates'
Into test_get_available_apps()
Out of 'test_get_available_apps'
Into test_get_installed_apps()
'test_get_installed_apps' exception AssertionError('False is not true')
Into test_install_uninstall_app()
'test_install_uninstall_app' exception AssertionError("'boundaryLayout' not found in set()")
Into test_list_disable_enable_apps()
Out of 'test_list_disable_enable_apps'
Into test_open_app_store()

Cytoscape 3.8.1
Java 11.0.6 by AdoptOpenJDK
Mac OS X 10.15.7 - x86_64

Reproducible with the Docker test env.

Not sure if there is also an issue with test_get_app_status() or if the exception should be looking like this.

@jorgeboucas jorgeboucas added the bug Something isn't working label Oct 29, 2020
@jorgeboucas
Copy link
Member Author

the same happens if py4cytoscape is installed and run locally (ie. host and not in a docker container)

@bdemchak
Copy link
Collaborator

bdemchak commented Oct 29, 2020 via email

@bdemchak
Copy link
Collaborator

x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants