GitXplorerGitXplorer
d

django-polls

public
7 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
03fd5b2a495395e44db1e36998c11855d382e6a8

Add link to blog post

ddmerejkowsky committed 7 years ago
Unverified
e825a0cd7ffea709a0aeb029245150e9c873c33b

Use only one browser instance for the whole tests

ddmerejkowsky committed 7 years ago
Unverified
b65f0a2aeb12517dce55042d5795e18f3621bbc1

Add an other browser test using the new facade API

ddmerejkowsky committed 7 years ago
Unverified
da0cddf2d486d38b5b7cd2330a3555c3af769b0e

Introduce a Browser facade

ddmerejkowsky committed 7 years ago
Unverified
d7556594edb970ccf93d284d8d058a0f0639b209

First shot at using LiveServerTestCase

ddmerejkowsky committed 7 years ago
Unverified
87de8c2b5d2076598ee60cb4921ba6a28264b155

Add a test to check only 5 questions are displayed

ddmerejkowsky committed 7 years ago

README

The README file for this repository.

django-polls: playing with django testing

Code sample for a Porting to pytest blog post.