Skip to content

Latest commit

 

History

History
119 lines (60 loc) · 7.43 KB

CHANGELOG.md

File metadata and controls

119 lines (60 loc) · 7.43 KB

(2022-07-09)

0.1.1 (2022-07-09)

Features

  • add missing py.typed file to the package (aa0b466)

0.1.0 (2022-07-09)

Features

  • add pytest plugin for flask (df1eb14), closes #63
  • do not register plugin to pytest automatically (bf8efa3)

Bug Fixes

  • make type hintings compatible with pytest<7.0.0 (b43d890)

Dependencies

  • deps: bump channels from 3.0.4 to 3.0.5 (#66) (50d036e)
  • deps: update poetry.lock with flask extras (10bac5c)

Documentation

  • flask: add missing docs of flask plugin (da0a81c)

0.0.5 (2022-06-22)

Dependencies

  • deps: bump min required pytest-factoryboy version to 2.5.0 (4098809)
  • deps: bump pytest-factoryboy from 2.4.0 to 2.5.0 (#62) (343448d)

Documentation

  • add CHANGELOG.md (42c3598)
  • update commit hashes in CHANGELOG.md (f862245)

0.0.4 (2022-06-08)

Dependencies

  • deps: bump pytest from 7.0.1 to 7.1.0 (#41) (e8a9042)
  • deps: bump pytest from 7.1.0 to 7.1.1 (#43) (6516b04)
  • deps: bump pytest from 7.1.1 to 7.1.2 (#50) (3b6a7eb)
  • deps: bump pytest-asyncio from 0.18.1 to 0.18.2 (#38) (41dc2af)
  • deps: bump pytest-asyncio from 0.18.2 to 0.18.3 (#46) (0039e64)
  • deps: bump pytest-factoryboy from 2.1.0 to 2.4.0 (#58) (9bdb0b6)

0.0.3 (2022-02-14)

Features

  • channels: add possibility to use custom application (1beadb4)

Bug Fixes

  • fix github token reference (257ba9e)

Dependencies

  • deps: bump pytest from 6.2.5 to 7.0.0 (82508f7)
  • deps: bump pytest from 7.0.0 to 7.0.1 (#35) (7a7a099)
  • deps: bump pytest-asyncio from 0.17.2 to 0.18.0 (#33) (d423b07)
  • deps: bump pytest-asyncio from 0.18.0 to 0.18.1 (#34) (b459580)
  • deps: drop support for pytest<6.2 (bc3aeee)

0.0.2 (2022-02-02)

Bug Fixes

  • fix imports in rest_framework plugin (8e210d1)

0.0.1 (2022-02-01)

Features

  • add factory fixture for channels http communicator (#11) (e5e8327), closes #1

Bug Fixes

  • apply pyupgrade on whole codebase (3d2557c)
  • docs: add missing period (ec1614a)
  • fix typo in auto_pytest_factoryboy option help text (21dfce6)

Build System

  • drop python 3.6 support (4fc6cc0)

Documentation

  • add info about http_communicator_factory (b1d2859)
  • add info how to disable plugin (fec26df)
  • update README.md content (48a0e49)

Dependencies

  • deps: bump pytest-asyncio from 0.17.0 to 0.17.1 (#26) (5df2bd2)
  • deps: bump pytest-asyncio from 0.17.1 to 0.17.2 (#27) (a858c75)