Skip to content

Tools for making using selenium and django testing easier

Notifications You must be signed in to change notification settings

samirelanduk/testarsenal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.