uppsaladatavetare / foobar-api

The backend of the FooBar kiosk and inventory system.
MIT License
12 stars 6 forks source link

Update django-factory-boy to 1.0.0 #68

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

There's a new version of django-factory-boy available. You are currently using 0.1.6. I have updated it to 1.0.0

These links might come in handy: PyPI | Changelog | Repo

Changelog

1.0.0


New:

  • Proper support for Django>=1.6.0
  • Update to factory_boy>=2.6.0
  • Add continuous integration compatibility

Breaking:

  • Naming conventions have been updated to align on factory_boy conventions: UserF is now UserFactory.
  • Remove ContentTypeFactory, useless in real tests (all useful ContentType objects are already created by Django)

0.1.7


New:

  • Add support for Django>=1.4

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

codecov[bot] commented 6 years ago

Codecov Report

Merging #68 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #68   +/-   ##
========================================
  Coverage    91.59%   91.59%           
========================================
  Files           82       82           
  Lines         3475     3475           
  Branches       184      184           
========================================
  Hits          3183     3183           
  Misses         262      262           
  Partials        30       30

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5d57529...0c7cf82. Read the comment docs.