Hello all.
I posted a tutorial about BDD4Django in my blog.(installation, usage,
examples)
They'are available in 2 languages

English:
http://codevening.wordpress.com/2012/10/18/bdd4django-tutorial/
http://codevening.wordpress.com/2012/10/31/tutorial-bdd4django-part-2/

Portuguese:
http://codevening.wordpress.com/2012/10/20/tutorial-de-bdd4django-portugues/
http://codevening.wordpress.com/2012/11/05/tutorial-de-bdd4django-parte-2-portugues/

The demo used in the part 2 of the tutorial is available in the last
version of the package (0.3.8)
Suggestions are welcome, feel free to comment, share or ask anything about
this package.

Best Regards,

Daniel França
about.me/danielfranca

On Sun, Sep 23, 2012 at 7:25 PM, Daniel França <[email protected]>wrote:

> Hi guys,
>
> I just created a package for a better integration between
> Morelia(BDD)/Splinter(Browser Test) and Django.
> So you can create the features for BDD tests just thinking about the
> browser interaction.
>
> You just need to create a class based in BDDTestcCase. The BDDTestCase
> already comes with some methods that fill most of browser integration steps
> in features (like "I Visit url", "I click the button", "I see the text",
> etc).
>
> Besides the already existing features of Morelia, now it's possible to run
> some specific scenarios only.
>
> The tests run in a browser accessing the tests database (it requires
> Django >= 1.4)
>
> The documentation and source code can be found here:
> https://github.com/danielfranca/BDD4Django
> It can be installed using pip.
>
>
> Feel free to ask, criticize or suggest anything.
>
> Best Regards,
> Daniel França
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

  • BDD 4 Django Daniel França
    • Re: BDD 4 Django Daniel França

Reply via email to