-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore/dependencies/make s2 optional (#102)
* chore: move s2 as an optional dep Signed-off-by: Victor Garcia Reolid <victor@seita.nl> * refactor: move s2 test to a dedicated module Signed-off-by: Victor Garcia Reolid <victor@seita.nl> * feat: add warnings of missing dep and how to fix it Signed-off-by: Victor Garcia Reolid <victor@seita.nl> * docs: update readme to include instructions on how to install fm-client with s2 support Signed-off-by: Victor Garcia Reolid <victor@seita.nl> * fix: move to start of cmd Signed-off-by: Victor Garcia Reolid <victor@seita.nl> * Revert "refactor: move s2 test to a dedicated module" This reverts commit 98e0b6f. * tests to dedicated s2 folder Signed-off-by: Victor Garcia Reolid <victor@seita.nl> * create __init__ for s2 folder Signed-off-by: Victor Garcia Reolid <victor@seita.nl> * add global conftest for package wise fixtures Signed-off-by: Victor Garcia Reolid <victor@seita.nl> * docs: little fix Signed-off-by: Victor Garcia Reolid <victor@seita.nl> * docs: install s2 and testing to develop s2 features Signed-off-by: Victor Garcia Reolid <victor@seita.nl> * fix: move test_client to parent folder Signed-off-by: Victor Garcia Reolid <victor@seita.nl> --------- Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
- Loading branch information
1 parent
12459f0
commit 20981c1
Showing
22 changed files
with
266 additions
and
166 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[pytest] | ||
addopts = --ignore=tests/s2 |
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
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
30 changes: 19 additions & 11 deletions
30
src/flexmeasures_client/s2/control_types/FRBC/__init__.py
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
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
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
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.