Re: ConfigurationOfMocketry + Help

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfMocketry + Help

laurent laffont

On Mon, Nov 29, 2010 at 10:20 PM, Denis Kudriashov <[hidden email]> wrote:
Hello, I am very glad to your work.

I try configuration in pharo1.1. Loaded without problem. And Mocketry tests green.

Why you add SMock to Core group?

Because I'm ignorant :)  What is SMock exactly ?

Indeed I've never used Mocketry but I want to package existing mocking frameworks for Pharo.
 
SMock only needed for MocketryTests. And if you need mocks just use Mocketry.
I think SMock should has separate configuration

You mean ConfigurationOfSMock ?
 

I added you to Mocketry project.

Thank you

Laurent
 

Best regards,
Denis

2010/11/29 laurent laffont <[hidden email]>

Hi,

I've created a ConfigurationOfMocketry + HelpSystem help (package Mocketry-Help).

Actually all is my personnal repository http://www.squeaksource.com/LaurentLSandbox.

Johan, Denis can you check these packages ? Then I will put ConfigurationOfMocketry in MetacelloRepository.

Can I commit Mocketry package with Help in Mocketry repository ?

Cheers,

Laurent Laffont

Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/


Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfMocketry + Help

laurent laffont
Hi Denis,

I've commited Mocketry-Help and ConfigurationOfMocketry is in MetacelloRepository.

I removed SMock-SUnit from the Configuration but SMock is still here for Mocketry-Tests (it may be good enough for a first release).


I have 3 tests failing from SMock:

SMProxyTest>>#testDefaultInspectString
SMProxyTest>>#testDefaultDebugString
SMProxyTest>>#testDefaultPrintString


Cheers,

Laurent.


On Tue, Nov 30, 2010 at 9:15 AM, Denis Kudriashov <[hidden email]> wrote:


2010/11/30 laurent laffont <[hidden email]>


On Mon, Nov 29, 2010 at 10:20 PM, Denis Kudriashov <[hidden email]> wrote:
Hello, I am very glad to your work.

I try configuration in pharo1.1. Loaded without problem. And Mocketry tests green.

Why you add SMock to Core group?

Because I'm ignorant :)  What is SMock exactly ?


SMock is primitive mocks framework that I use for Mocketry development. Only MocketryTests depends on SMock.

 
Indeed I've never used Mocketry but I want to package existing mocking frameworks for Pharo.
 
SMock only needed for MocketryTests. And if you need mocks just use Mocketry.
I think SMock should has separate configuration

You mean ConfigurationOfSMock ?
 

Yes.