mixer
mixer copied to clipboard
Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
I have model with field defined like this: `Column(sa.Numeric(precision=9, scale=3), nullable=False)` and I am trying to use Mixer to put data into that model. Sometimes it tries to insert larger...
There are small typos in: - mixer/_compat.py - mixer/auto.py - mixer/main.py - mixer/markov.py Fixes: - Should read `happened` rather than `happend`. - Should read `deprecated` rather than `depricated`. - Should...
Updates the requirements on [faker](https://github.com/joke2k/faker) to permit the latest version. Release notes Sourced from faker's releases. Release v13.15.0 See CHANGELOG.md. Changelog Sourced from faker's changelog. v13.15.0 - 2022-07-06 Upgrade person,...
My implementation of type annotations and typing.TypedDict support. I hope you don't mind the changed quotes in test_main.py, I forgot that my formatter is enabled :( closes #166
``` class Test: one: int two: int name: str class Scheme: name: str money: int male: bool prop: Test scheme = mixer.blend(Scheme, prop__one=1) ``` ``` from typing import TypedDict class...
Replace `logging.warn` (deprecated in [Python 2.7, 2011](https://github.com/python/cpython/commit/04d5bc00a219860c69ea17eaa633d3ab9917409f)) with `logging.warning` (added in [Python 2.3, 2003](https://github.com/python/cpython/commit/6fa635df7aa88ae9fd8b41ae42743341316c90f7)). * https://docs.python.org/3/library/logging.html#logging.Logger.warning * https://github.com/python/cpython/issues/57444
Sorry - I should have just included this in my last PR (#151). Anyway, I tested it locally and it worked. Should solve nvo87's problem here: https://github.com/klen/mixer/issues/142#issuecomment-1025645482
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. Release notes Sourced from actions/download-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (actions/download-artifact#134) Update package-lock.json file version to 2 (actions/download-artifact#136) Breaking Changes...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. Release notes Sourced from actions/upload-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (#293) Update package-lock.json file version to 2 (#302) Breaking Changes...
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. Release notes Sourced from actions/cache's releases. v3.0.0 This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of...