Slide 40
Slide 40 text
Testing
JavaScript Unit-Tests
require ’my_app.js’
describe ’MyApp’, −>
it ’has read Douglas Adams’, −>
expect(new MyApp().calculate_the_answer()).toEqual(42)
def test_suite():
return gocept.exttest.makeSuite(
os.environ.get(’jasmine−bin’),
’−−coffee’,
pkg_resources.resource_filename(’your.package’, ’tests’))
gocept.exttest ist noch im Alpha-Stadium.
Wolfgang Schnerring Werkzeugkiste 01.11.2012 31 / 45