-
Notifications
You must be signed in to change notification settings - Fork 2
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
Read name and direction from AHB table headers #123
The head ref may contain hidden characters: "read-name-of-pr\u00FCfis"
Conversation
you can not remove empty string from list, if there is no empty string in list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zwei Anmerkungen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich wünsche mir für die tabstop-magie noch einen test ;)
unittests/test_unfolded_ahb_table.py
Outdated
@@ -33,7 +33,9 @@ def test_is_dataelement(self): | |||
pass | |||
|
|||
def test_convert_to_flat_ahb(self) -> None: | |||
meta_data = UnfoldedAhbTableMetaData(pruefidentifikator="11016") | |||
meta_data = UnfoldedAhbTableMetaData( | |||
pruefidentifikator="11016", beschreibung="Nicht vorhanden", kommunikation_von="Nicht vorhanden" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pruefidentifikator="11016", beschreibung="Nicht vorhanden", kommunikation_von="Nicht vorhanden" | |
pruefidentifikator="55016", beschreibung="Kündigung beim alten Lieferanten", kommunikation_von="LFN an LFA" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
die 11er Prüfis sind veraltet, die gibt es nun nicht mehr. Habe es daher mal aktualisiert.
…/kohlrahbi into read-name-of-prüfis
…/AHBExtractor into read-name-of-prüfis
This reverts commit a139c7e.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meiner Meinung nach ist der PR reif zum Mergen.
No description provided.