Sebastian Gröbler

Results 15 comments of Sebastian Gröbler

Hi @tony19, I gave this issue some more thought. Basically we want to do the following things: - not use INetAddress so we do not run in connection problems when...

I think a test similar to this one would make sense: https://github.com/SierraGolf/condor-framework/blob/7d27b07f5294984490b0a134c212b1b00f06fced/lib/server.spec.js#L230 However, the test currently cannot assert on the properties of the credentials object, so we would need to...

any chance this will get merged and released?

> This looks really familiar... :) Is there a way to minimize this code duplication? I am a big fan of drying up code, but I think in this case...

Hey, I added some documentation to the site sub-module and a first draft of an integration test. Can you please have a look and tell me if I am going...

@ceki / @tony19 could either one of you give me some feedback about my integration testing approach?

Hi @tony19, I just finished up the integration tests, please have a look. I pretty much did it the way you suggested, but I implemented a new specific instrumented class...