Skip to content

Releases: boromir674/pytest-object-getter

v1.0.2

23 May 19:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

02 Jun 16:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

02 Jun 16:46
Compare
Choose a tag to compare

First release declared stable after being used 'in the wild'!

v0.1.0

02 Jun 16:30
Compare
Choose a tag to compare

First Pytest Object Getter release!

We provide the get_object pytest fixture!

v0.0.1

02 Jun 15:52
Compare
Choose a tag to compare

| This is the first ever release of the pytest_object_getter Python Package.
| The package is open source and is part of the Pytest Object Getter Project.
| The project is hosted in a public repository on github at https://github.com/boromir674/pytest-object-getter
| The project was scaffolded using the Cookiecutter Python Package_ (cookiecutter) Template at https://github.com/boromir674/cookiecutter-python-package/tree/master/src/cookiecutter_python

| Scaffolding included:

  • CI Pipeline running on Github Actions at https://github.com/boromir674/pytest-object-getter/actions

    • Test Workflow running a multi-factor Build Matrix spanning different platform's and python version's
      1. Platforms: ubuntu-latest, macos-latest
      2. Python Interpreters: 3.6, 3.7, 3.8, 3.9, 3.10
  • Automated Test Suite with parallel Test execution across multiple cpus.

    • Code Coverage
  • Automation in a 'make' like fashion, using tox

    • Seamless Lint, Type Check, Build and Deploy operations