testing

Testing tools, testing philosophy & methodology...
Joe Lane 2016-01-28T15:11:25.000003Z

Has anyone here used Pact before in a clojure system? Its primarily used for testing between services. https://github.com/DiUS/pact-jvm

2016-01-28T20:15:24.000006Z

Hi all.

2016-01-28T20:16:27.000007Z

Is there anyone experienced in test.check around? I’m interesting in understanding it and have a contextual question...

2016-01-28T20:37:26.000008Z

@lanejo01: no experience, but yes - it’s primary goal is to ensure systems integrate correctly. Instead of testing them together however, it records interactions between them to allow independent testing of consumer / provider. This allows independent rate of change of both systems

Joe Lane 2016-01-28T20:38:48.000009Z

Sorry Paul, no experience with test.check yet, as you can probably guess I’m working on learning the testing infrastructure in clojure...

2016-01-28T20:41:07.000010Z

No probs.

donaldball 2016-01-28T21:36:01.000012Z

@paulspencerwilliams: I’ve used it. What’s your question?

nberger 2016-01-28T22:48:22.000013Z

@paulspencerwilliams: I have some experience too, let's start the conversation :). If it's a contextual question, have you read about property testing in general, or watched any videos?