Navigation

  • index
  • modules |
  • next |
  • previous |
  • pytest-djangoapp 1.2.0 documentation »
  • Fixtures

FixturesΒΆ

djangoapp offers you various pytest fixtures falling into the categories below:

  • Commands
    • command_makemigrations()
    • command_run()
  • Database
    • Queries
      • Queries.clear()
      • Queries.clear_all()
      • Queries.get_log()
      • Queries.sql()
      • Queries.time()
    • db_queries()
  • Settings
    • settings()
  • Request
    • DjagoappClient
      • DjagoappClient.store_exc_info()
    • DjangoappRequestFactory
      • DjangoappRequestFactory.generic()
    • request_client()
    • request_factory()
    • request_get()
    • request_post()
  • Templates
    • template_context()
    • template_render_tag()
    • template_strip_tags()
  • Users
    • user()
    • user_create()
    • user_model()
  • Mail
    • mail_outbox()
  • Messages
    • messages()
  • Migrations
    • check_migrations()
  • Utils
    • conf_app_name()
    • get_stamp()
  • Live server & client
    • LiveClient
    • SeleniumLiveClient
    • liveclient()
    • liveserver()

Previous topic

Quickstart

Next topic

Commands

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • pytest-djangoapp 1.2.0 documentation »
  • Fixtures
© Copyright 2018-2023, Igor `idle sign` Starikov. Created using Sphinx 7.2.6.