You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -315,6 +315,26 @@ public class MyService
315
315
316
316
Formoreexamplesseethe [APIdocumentation](https://docs.truelayer.com). Advanced customization options and documentation for contributors can be found in the [Wiki](https://github.com/TrueLayer/truelayer-sdk-net/wiki).
# Or run all tests (will fail without credentials)
333
+
dotnettest
334
+
```
335
+
336
+
TheacceptancetestsmakerealHTTPcallstoTrueLayer's sandbox APIs to validate the entire SDK against live services. See `test/TrueLayer.AcceptanceTests/README.md` for credential setup instructions.
337
+
318
338
## Building locally
319
339
320
340
Thisprojectuses [Cake](https://cakebuild.net/) to build, test and publish packages.
0 commit comments