Skip to content

Add API test project. #226

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

Merged
merged 6 commits into from
Feb 17, 2020
Merged

Add API test project. #226

merged 6 commits into from
Feb 17, 2020

Conversation

Arkatufus
Copy link
Contributor

Add API test using ApiApproval

@Aaronontheweb
Copy link
Member

@Arkatufus I'd mark these tests as skippable on Linux - like how we do here for the Hocon.Configuration tests:

HOCON/build.fsx

Lines 95 to 99 in cbaf428

let projects =
match (isWindows) with
| true -> !! "./src/**/*.Tests.csproj"
| _ -> !! "./src/**/*.Tests.csproj"
-- "./src/**/Hocon.Configuration.Tests.csproj" // Mono barfs on this spec

Some of the plumbing that goes on behind the scenes doesn't play nicely with Linux, for looking up diffing tools I believe.

@Arkatufus
Copy link
Contributor Author

OK, I've removed Hocon.API.Tests from the build script.

@Aaronontheweb Aaronontheweb merged commit b8576e5 into akkadotnet:dev Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants