Skip to content

Implement BO Ausschreibung#341

Merged
hf-kklein merged 13 commits intomasterfrom
bo-ausschreibung
Jan 23, 2022
Merged

Implement BO Ausschreibung#341
hf-kklein merged 13 commits intomasterfrom
bo-ausschreibung

Conversation

@hf-kklein
Copy link
Copy Markdown
Contributor

Fixes #192

@hf-kklein hf-kklein requested a review from a team January 21, 2022 17:17
Comment on lines +21 to +40
pytest.param(
Ausschreibung(
ausschreibungsnummer="239230",
ausschreibungstyp=Ausschreibungstyp.PRIVATRECHTLICH,
ausschreibungsstatus=Ausschreibungsstatus.PHASE3,
kostenpflichtig=True,
ausschreibungportal=Ausschreibungsportal.BMWI,
webseite="https://meineausschreibungswebsite.inv/",
veroeffentlichungszeitpunkt=datetime(2022, 1, 1, 0, 0, 0, tzinfo=timezone.utc),
abgabefrist=example_zeitraum,
bindefrist=example_zeitraum,
ausschreibender=Geschaeftspartner(
name1="Batman",
gewerbekennzeichnung=True,
geschaeftspartnerrolle=[Geschaeftspartnerrolle.LIEFERANT],
partneradresse=example_adresse,
),
lose=[example_ausschreibungslos],
)
),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend to add a minimal example to this test.
Compare to unittest in BO Rechnung

hf-fvesely and others added 8 commits January 23, 2022 15:37
Co-authored-by: Kevin <68426071+hf-krechan@users.noreply.github.com>
Co-authored-by: Kevin <68426071+hf-krechan@users.noreply.github.com>
Co-authored-by: Kevin <68426071+hf-krechan@users.noreply.github.com>
Co-authored-by: Kevin <68426071+hf-krechan@users.noreply.github.com>
Co-authored-by: Kevin <68426071+hf-krechan@users.noreply.github.com>
Co-authored-by: Kevin <68426071+hf-krechan@users.noreply.github.com>
Co-authored-by: Kevin <68426071+hf-krechan@users.noreply.github.com>
@hf-fvesely hf-fvesely requested a review from hf-krechan January 23, 2022 14:49
@hf-kklein hf-kklein merged commit 46e6e4b into master Jan 23, 2022
@hf-kklein hf-kklein deleted the bo-ausschreibung branch January 23, 2022 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement BO Ausschreibung

3 participants