Metadata-Version: 1.0
Name: oejskit
Version: 0.8.6
Summary: Open End JavaScript testing and utility kit
Home-page: http://bitbucket.org/pedronis/js-infrastructure/
Author: Open End AB
Author-email: py-dev@codespeak.net,pedronis@openend.se
License: MIT
Description: jskit
        =======
        
        jskit contains infrastructure and in particular a `py.test`_  plugin to
        enable running tests for JavaScript code inside browsers directly
        using py.test as the test driver. Running inside the browsers comes
        with some speed cost, on the other hand it means for example the code
        is tested against the real-word DOM implementations.
        
        .. _`py.test`: http://codespeak.net/py/dist/test/test.html
        
        The approach also enables to write integration tests such that the
        JavaScript code is tested against server-side Python code mocked as
        necessary. Any server-side framework that can already be exposed
        through WSGI (or for which a subset of WSGI can be written to
        accommodate the jskit own needs) can play along.
        
        jskit also contains code to help modularizing JavaScript code
        which can be used to describe and track dependencies dynamically
        during development and that can help resolving them statically when
        deploying/packaging.
        
        jskit depends on simplejson. It also uses `MochiKit`_ - of
        which it ships a version within itself for convenience - for its own
        working though in does not imposes its usage on tested code.
        
        .. _`MochiKit`: http://mochikit.com/
        
        jskit was initially developed by *Open End* AB and is released under the MIT license.
        
        `rest of the docs... <http://www2.openend.se:/~pedronis/oejskit/doc/doc.html#rest-of-the-docs>`_
        
        `Europython 2009 talk with examples <http://www2.openend.se:/~pedronis/oejskit/talk>`_
        
        The project repository lives at http://bitbucket.org/pedronis/js-infrastructure/
        
        Discussions and feedback should go to py-dev at codespeak.net
        
        Changelog
        -----------
        0.8.6
        ++++++
        
        * fixes for py.test 1.0 final compatibility
        * experimental glue to standard library unittest.py (no docs yet)
        
        
        
Platform: linux
Platform: osx
Platform: win32
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
