Skip to content

Windows: Fix integration test errors

Summary

3 of the integration tests currently fail on Windows (see #6 (comment 83578)). That should be fixed

  • test_connection.connection_ssl_authentication_error_anonymous
  • test_connection.connection_ssl_authentication_error_wrong_credentials
  • test_clinkahead.test_up_n_download_file

The authentication integration tests currently also fail for me on Fedora, so maybe that's simply a configuration problem.

Expected Behavior

Integration tests should not fail on Windows.

Actual Behavior

Fails

Steps to Reproduce the Problem

Please describe, step by step, how others can reproduce the problem. Please try these steps for yourself on a clean system.

Specifications

  • Version: 0.3-dev
  • Platform: Windows 11

Possible fixes

Probably path issue on Windows

Edited by Joscha Schmiedt