Skip to content

Commit

Permalink
Release/0.2.0 (#64)
Browse files Browse the repository at this point in the history
* #61 Added cli params to the pytest-extension

* #61 Added cli params to the pytest-extension

* #61 Fixed the pytest_extension_test.py

* #61 Fixed the pytest_extension_test.py

* #61 Fixed _cli_params_to_args()

* #61 Fixed _cli_params_to_args()

* #61 Fixed _cli_params_to_args()

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Fixed the pytest-extension integration test

* #61 Enabled SaaS

* #61 Enabled all tests.

* #61 Added cli_args fixture

* #61 Added cli_args fixture

* #61 Fixed the tests

* #61 Enabled all tests again

* #61 removed pytest logging

* #61 prepared for the release

* Fixed the date
  • Loading branch information
ahsimb authored Oct 10, 2024
1 parent 7d9218f commit 733ceb3
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 242 deletions.
2 changes: 2 additions & 0 deletions pytest-extension/doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

* [unreleased](unreleased.md)
* [0.2.0](changes_0.2.0.md)
* [0.1.0](changes_0.1.0.md)

<!--- This MyST Parser Sphinx directive is necessary to keep Sphinx happy. We need list here all release letters again, because release droid and other scripts assume Markdown --->
Expand All @@ -9,6 +10,7 @@
hidden:
---
unreleased
changes_0.2.0
changes_0.1.0
```
13 changes: 13 additions & 0 deletions pytest-extension/doc/changes/changes_0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 0.2.0 - 2024-10-09

## Summary

Added fixtures for testing extensions' CLI commands.

## Internal

* Relock dependencies

## Features

* #61 Added fixtures providing the DB and BucketFS connection parameters that would be supplied as CLI options.
8 changes: 0 additions & 8 deletions pytest-extension/doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
# Unreleased

## Internal

* Relock dependencies

## Features

* #61 Added CLI parameters.
Loading

0 comments on commit 733ceb3

Please sign in to comment.