-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change to all extref attributes * fix tests get extrefs * add get_inputs_goose_extrefs to LD add get_children_LDs to IED * Adding test for getters functions * Ajout de get_IP_adr * Ajout de get_IP_adr, correction sauts de lignes * Corrections, remise à zéro de self.tIED * Ajout de commentaires, * get LD and get LN * fix get_all_ieds * intégration du get_IP_Adr et fixes Co-authored-by: Pascal Senizergues <pascal.senizergues@rte-france.com> Co-authored-by: gilles.guillet <gilles.guillet@rte-france.com>
- Loading branch information
1 parent
f0f4c30
commit b645f84
Showing
6 changed files
with
222 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,6 +83,7 @@ ENV/ | |
env.bak/ | ||
venv.bak/ | ||
my_venv/ | ||
venv395-32/ | ||
|
||
# IDE - Visual Code | ||
.vscode/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
setuptools | ||
bumpversion | ||
flake8 | ||
twine | ||
wheel | ||
pycodestyle | ||
pytest | ||
pytest-cov | ||
pytest-dependency | ||
-r requirements.txt | ||
-r requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
lxml | ||
lxml~=4.6.3 | ||
pytest~=6.2.3 | ||
setuptools~=41.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.