This website requires JavaScript.
Explore
Help
Sign In
paulin
/
bonobo
Watch
1
Star
0
Fork
0
You've already forked bonobo
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
88956ba6fefb01e359cb9b1fbe912a77f1a1c5ad
bonobo
/
tests
History
cwandrews
88956ba6fe
default-env-file, default-env, and env-file now in place alongside env. default-env-file and default-env both use os.environ.setdefault so as not to overwrite existing variables (system environment) while env-file and env will overwrite existing variables. All four allow for multiple values (***How might this affect multiple default-env and default-env-file values, I expect that unlike env-file and env the first passed variables would win).
2017-10-08 21:02:31 -04:00
..
config
release: 0.5.0
2017-10-05 19:16:03 +02:00
ext
mock module is in unittest (py3)
2017-05-01 10:43:13 +02:00
io
release: 0.4.2
2017-06-18 21:35:30 +02:00
structs
[core] Adds a .copy() method to graph structure.
2017-07-06 11:29:55 +02:00
util
Switched --env / -e optional argument from register to register_generic_run_arguements per suggestion. Also removed tests/util/get_passed_env.py
2017-10-01 20:05:53 -04:00
__init__.py
[config] Implements "Exclusive" context processor allowing to ask for an exclusive usage of a service while in a transformation.
2017-05-25 11:14:49 +02:00
.gitkeep
initialize project structure
2016-12-09 05:05:03 +01:00
test_basics.py
[config/dx] bundle a default fs (and http?) service if none is provided (
#179
)
2017-10-05 07:17:16 +02:00
test_basicusage.py
mock is in unittest
2017-05-01 18:35:12 +02:00
test_commands.py
default-env-file, default-env, and env-file now in place alongside env. default-env-file and default-env both use os.environ.setdefault so as not to overwrite existing variables (system environment) while env-file and env will overwrite existing variables. All four allow for multiple values (***How might this affect multiple default-env and default-env-file values, I expect that unlike env-file and env the first passed variables would win).
2017-10-08 21:02:31 -04:00
test_execution.py
Uniformisation of API for graph and node contexts (recv -> write), removing publication of LoopbackBag as this is not stable with current BEGIN/END implementation.
2017-10-02 09:14:10 +02:00
test_publicapi.py
[qa] removes a bunch of unused code.
2017-05-22 22:34:33 +02:00
test_settings.py
[settings] Better impl. of Setting class, tests for it and refactor hardcoded settings to use it.
2017-07-05 12:41:14 +02:00