Metadata-Version: 1.0
Name: extasy
Version: 0.9.4
Summary: EXTasy is a BDD framework bult on top of PyCukes for ExtJS interfaces
Home-page: UNKNOWN
Author: EXTasy team
Author-email: snit.ram@gmail.com
License: OSI
Description: EXTasy
        =======
        
        EXTasy is a Cucumber-like BDD tool for ExtJS developers. It is written in python and built on top of Pycukes.
        
        
        Installation
        =====
        
        You can install it using Python's easy_install::
        
            $ easy_install extasy
        
        Or You can download source code and install using setup.py script::
        
            $ python setup.py install
        
        
        
        Usage
        =====
        
        First, make sure you have installed story_runner, pyhistorian, pycukes and extasy.
        By default, if you just call ``extasy`` from your command line into some dir, it will look for a ``stories`` dir (expecting your stories files are there).
        Each story file by convention ends with .story, like ``calculator.story``.
        
        So, lets say you have the directory tree::
        
         |-- calculator
            |-- stories
                |-- calculator.story
        
        
        To run your stories, you can simple call::
        
            $ extasy
        
        Or if you can specify exactly what stories run::
            
            $ extasy stories/calculator.story
        
        
        
        Get in touch with the team
        =====
        
        If you have further questions, please contact the team:
        
              snit-ram: http://github.com/snit-ram, http://twitter.com/snit_ram
Keywords: bdd behaviour behavior pyhistorian story
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Natural Language :: English
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
