Tom Robijns

Results 8 issues of Tom Robijns

the winapi is an extension on the existing api, but auditing is based on whoever does the actual call, not a generic api key. ## Expected Behavior By using the...

I added pester unit tests to functions wherever they are possible ## Description Added tests in all .tests.ps1 files ## Related Issue ## Motivation and Context It allows better validation...

I removed insecure TLS from the module, refactored the testing capabilities by adding tests per function. ## Description * Removed insecure TLS support * Modified plural functions to singular *...

With the new test layout, a file per function can be created, containing all tests for any given function. I have created a first draft for these test files. ##...

The module enforces the powershell strict mode 3. Since pester has evolved a bit further, strict mode should be turned off for tests ## Expected Behavior N/A ## Current Behavior...

The available tests are good, but do not provide an easy way to add own (custom tests). I would like to add the full PSScriptAnalyzer test suite to the project....

The module modifies the default powershell session behavior to prevent access to tls sites that have selfsigned or untrusted certificates. Having the possibility to modify the session is not part...

I'd like to create unit tests for the New-PasswordStateList function similar to what I've created before. Unfortunately my account in our company is not allowed to create passwordlists. Can you...