SwissDataScienceCenter / amalthea

A kubernetes operator for spawning and exposing interactive user session servers.
Apache License 2.0
14 stars 4 forks source link

Add tests for gitcloner to ensure that git url parsing works as expected #718

Open olevski opened 2 months ago

olevski commented 2 months ago

We should provide in a test a variety of git urls from different providers and ensure that our parsing of the url works as expected.

Currently we will fail the cloning if a specific part of the url cannot be parsed into a user/project that is then used to create a folder for the repository.