Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
develtech
/
pytest-django
Public
forked from
pytest-dev/pytest-django
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
user_client_rf
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 18, 2018
use django_ prefix for *new* fixtures
tony
committed
0f7f6e9
Copy full SHA for 0f7f6e9
add documentation for new fixtures
Show description for 5ff887f
tony
committed
5ff887f
Copy full SHA for 5ff887f
add tests for new fixtures
tony
committed
67f2225
Copy full SHA for 67f2225
Add fixtures for user request factories, clients
Show description for e452e08
tony
committed
e452e08
Copy full SHA for e452e08
Commits on Dec 26, 2017
update README for django 2.0 support
tony
committed
1183815
Copy full SHA for 1183815
add Django version classifiers
tony
committed
603d0bd
Copy full SHA for 603d0bd
update LICENSE up to 2018
tony
committed
89a8e3e
Copy full SHA for 89a8e3e
Commits on Dec 25, 2017
Merge pull request #563 from blueyed/tox-command
Show description for 0fde43b
blueyed
authored
0fde43b
Copy full SHA for 0fde43b
Travis: do not cache tox dirs (#564)
Show description for de3c79b
blueyed
authored
de3c79b
Copy full SHA for de3c79b
unittest: help with setUpClass not being a classmethod (#544)
blueyed
authored
a67ab3b
Copy full SHA for a67ab3b
Update supported versions (#548)
Show description for ba8f9d6
hugovk
authored and
blueyed
committed
ba8f9d6
Copy full SHA for ba8f9d6
tox/Travis: use separate checkqa testenv
blueyed
committed
444ba44
Copy full SHA for 444ba44
Document use of authenticated `client` and `django_user_model` (#554)
Show description for 2611a5c
shacker
authored and
blueyed
committed
2611a5c
Copy full SHA for 2611a5c
Fix --reuse-db and --create-db not working together
Show description for ac7eb3b
ryan-shaw
authored and
blueyed
committed
ac7eb3b
Copy full SHA for ac7eb3b
tox: testenv: use single command, settings via env
blueyed
committed
67e7f38
Copy full SHA for 67e7f38
Commits on Dec 21, 2017
Support for setting the live server port (#500)
Show description for d3d9bb3
dtomas
authored and
blueyed
committed
d3d9bb3
Copy full SHA for d3d9bb3
Update badges (#549)
Show description for 794d6d5
hugovk
authored and
blueyed
committed
794d6d5
Copy full SHA for 794d6d5
Commits on Dec 3, 2017
Fix tests for pytest 3.3 (#552)
Show description for 94cccb9
blueyed
authored
94cccb9
Copy full SHA for 94cccb9
Commits on Nov 18, 2017
doc: fix typo (#540)
Show description for 4145f73
volans-
authored and
blueyed
committed
4145f73
Copy full SHA for 4145f73
Merge pull request #534 from blueyed/pypy
Show description for 3249fd0
blueyed
authored
3249fd0
Copy full SHA for 3249fd0
Commits on Oct 28, 2017
Travis: skip coverage with pypy*
blueyed
committed
8a27d22
Copy full SHA for 8a27d22
tests: unset PYTEST_ADDOPTS with inner pytest runs (#537)
Show description for 4b508de
blueyed
authored
4b508de
Copy full SHA for 4b508de
tests: eager config for pytest-cov (#533)
Show description for 2e5abc6
blueyed
authored
2e5abc6
Copy full SHA for 2e5abc6
Travis: dist: trusty
blueyed
committed
1638f6e
Copy full SHA for 1638f6e
Revisit/clean Travis/tox config (#536)
Show description for 48b36bb
blueyed
authored
48b36bb
Copy full SHA for 48b36bb
Commits on Oct 27, 2017
.coveragerc: use a single source, but includes (#532)
Show description for 0834db0
blueyed
authored
0834db0
Copy full SHA for 0834db0
Correct LiveServer docstring wording (#497)
TauPan
authored and
blueyed
committed
3546833
Copy full SHA for 3546833
Commits on Oct 25, 2017
Drop support for Django 1.7 (#524)
Show description for 218be96
michael-k
authored and
blueyed
committed
218be96
Copy full SHA for 218be96
Commits on Oct 22, 2017
tests: test_invalid_template_variable: use include (#506)
Show description for 1609780
blueyed
authored
1609780
Copy full SHA for 1609780
Travis: upgrade tox to 2.9.1, improve cache handling (#529)
blueyed
authored
217d093
Copy full SHA for 217d093
Travis: skip coverage report, done by pytest-cov (#530)
blueyed
authored
7885f3d
Copy full SHA for 7885f3d
Commits on Oct 21, 2017
Support Django 2.0 (#521)
Show description for 6a4a001
blueyed
authored
6a4a001
Copy full SHA for 6a4a001
Commits on Oct 13, 2017
tests: add test_urls_cache_is_cleared_and_new_urls_can_be_assigned
blueyed
authored
3e5d16f
Copy full SHA for 3e5d16f
Commits on Oct 11, 2017
Add tox packaging helpers (#511)
ashwoods
authored and
blueyed
committed
5cc8c13
Copy full SHA for 5cc8c13
Commits on Oct 10, 2017
doc: example for usage of rf, admin_user and class-based views (#480)
mfa
authored and
blueyed
committed
de31fab
Copy full SHA for de31fab
Pagination
Previous
Next
You can’t perform that action at this time.