MitjaBezensek / SharpBucket

SharpBucket is a .Net wrapper for the Bitbucket's REST API.
MIT License
67 stars 59 forks source link

Fixing tests for Linux #153

Open fleimeris opened 2 years ago

fleimeris commented 2 years ago

Most of the tests fail on Linux because of the hardcoded path in filling the repo: https://github.com/MitjaBezensek/SharpBucket/blob/96d068c6904ac104b136fd3fdfcaab08880794fc/SharpBucketTests/GitHelpers/TestRepositoryBuilder.cs#L111-L114

Path.Combine will make it cross platform.