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
- Host: GitHub
- URL: https://github.com/samirelanduk/testarsenal
- Owner: samirelanduk
- Created: 2018-01-23T19:27:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T23:59:33.000Z (over 6 years ago)
- Last Synced: 2025-11-20T04:06:18.117Z (7 months ago)
- Topics: django, selenium, tdd, testing-tools
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.