An open API service indexing awesome lists of open source software.

https://github.com/samirelanduk/testarsenal

Tools for making using selenium and django testing easier
https://github.com/samirelanduk/testarsenal

django selenium tdd testing-tools

Last synced: 2 months ago
JSON representation

Tools for making using selenium and django testing easier

Awesome Lists containing this project

README

          

# testarsenal

This is a library to make both unit ('unit') tests and functional testing of
django applications easier.

It has a class to supplement the Django TestCase, with checks for url
resolution, view redirects, etc.

It also has a class to make selenium browser tests easier.