Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.2.0 #64

Merged
merged 35 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0b64060
#61 Added cli params to the pytest-extension
ahsimb Oct 7, 2024
7f14023
#61 Added cli params to the pytest-extension
ahsimb Oct 7, 2024
32981f5
#61 Fixed the pytest_extension_test.py
ahsimb Oct 7, 2024
2b321aa
#61 Fixed the pytest_extension_test.py
ahsimb Oct 7, 2024
e359f8e
#61 Fixed _cli_params_to_args()
ahsimb Oct 7, 2024
1628f4f
#61 Fixed _cli_params_to_args()
ahsimb Oct 7, 2024
c53c2ce
#61 Fixed _cli_params_to_args()
ahsimb Oct 7, 2024
e52e09e
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
49646db
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
46f6f9d
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
961fd0c
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
59d1bd6
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
d8c79c3
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
9ec47a6
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
def4269
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
0cd611b
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
642cc6c
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
847dfe7
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
fc681a2
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
613d55b
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
27e22ee
#61 Fixed the pytest-extension integration test
ahsimb Oct 7, 2024
4bcb49e
#61 Fixed the pytest-extension integration test
ahsimb Oct 8, 2024
4ed3609
#61 Fixed the pytest-extension integration test
ahsimb Oct 8, 2024
8bc31e1
#61 Fixed the pytest-extension integration test
ahsimb Oct 8, 2024
ffe27c4
#61 Fixed the pytest-extension integration test
ahsimb Oct 8, 2024
be22698
#61 Enabled SaaS
ahsimb Oct 8, 2024
e5b282b
#61 Enabled all tests.
ahsimb Oct 8, 2024
c82b07e
#61 Added cli_args fixture
ahsimb Oct 8, 2024
cb518e6
#61 Added cli_args fixture
ahsimb Oct 8, 2024
7709ad9
#61 Fixed the tests
ahsimb Oct 8, 2024
39bdccc
#61 Enabled all tests again
ahsimb Oct 8, 2024
e5963e6
#61 removed pytest logging
ahsimb Oct 9, 2024
d8dd5c6
#61 prepared for the release
ahsimb Oct 9, 2024
589d414
Merge remote-tracking branch 'origin/feature/61-cli-params' into rele…
ahsimb Oct 9, 2024
bd29b74
Fixed the date
ahsimb Oct 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-04
kaklakariada marked this conversation as resolved.
Show resolved Hide resolved

## 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
Loading