Tyler Goodlet
c93d119873
Move tmpdir creation into separate fixture
...
Since `.config.load()` was changed to not touch conf files by default
(without explicitly setting `touch_if_dne: bool`), this ensures both the
global module value is set and the `brokers.toml` file exists before
every test.
2023-05-22 12:03:32 -04:00
Tyler Goodlet
1b50bff625
Error test harness if `--pdb` passed without `-s`
2023-05-09 14:49:26 -04:00
Tyler Goodlet
3b7579990b
Link `tractor` debug mode to `pytest` --pdb flag
2023-05-09 14:49:26 -04:00
Tyler Goodlet
d67031d9ab
Ensure we set the test config dir in the root actor..
...
Not sure how this worked before but we need to also override the
`piker._config_dir: Path` in the root actor when running in `pytest`; my
guess is something in the old test suite was masking this problem after
the change to passing the dir path down through the runtime vars via
`tractor`?
Also this drops the ems related fixtures/factories since they're
specific enough to define in the clearing engine tests directly.
2023-05-09 14:49:26 -04:00
Tyler Goodlet
96006b2422
Adjust tests to `.clearing._client.OrderClient` type
2023-05-09 14:49:26 -04:00
Tyler Goodlet
97290fcb05
Never drop root perms in test harness
2023-03-09 18:42:24 -05:00
Tyler Goodlet
9a00c45923
Add `log` fixture for easy test plugin
2023-03-09 18:42:24 -05:00
Tyler Goodlet
79b0db4449
Pass a config `tmp_dir: Path` to the runtime when testing
2023-03-09 15:37:43 -05:00
Tyler Goodlet
93c81fa4d1
Start `piker.service` sub-package
...
For now just moves everything that was in `piker._daemon` to a subpkg
module but a reorg is coming pronto!
2023-03-09 15:37:42 -05:00
jaredgoldman
41f81eb701
Make write on exit default false
2023-02-28 14:14:05 -05:00
jaredgoldman
1323981cc4
Format lines in conftest
...
Add extra line in conftest
2023-02-28 13:52:12 -05:00
jaredgoldman
802af306ac
Add specific location of _testing dir in delete_testing_dir fixture
2023-02-28 13:51:47 -05:00
jaredgoldman
36f466fff8
Ensure tests are running and working up until asserting pps
2023-02-28 13:51:47 -05:00
Tyler Goodlet
b3400f0d9c
Add `loglevel: str` fixture, passthrough to `open_test_pikerd()`
2023-02-21 10:54:18 -05:00
Tyler Goodlet
cd3e9b1b2a
Move quest fixtures to test mod, clean out old travis fixture
2023-02-21 10:54:18 -05:00
Tyler Goodlet
7cfd431a2b
Yield `Services` in `open_test_pikerd()` fixture
2023-01-24 15:15:27 -05:00
Tyler Goodlet
37e0ec7b7d
Assert fixture caller is `pikerd`
2023-01-13 13:21:49 -05:00
Tyler Goodlet
06622105cd
Add a `open_test_pikerd()` acm fixture for easy booting of the service stack
2023-01-10 11:09:19 -05:00
Tyler Goodlet
f232d6d4ee
Add `ci_env` detector fixture
2023-01-10 11:09:19 -05:00
Tyler Goodlet
1bf1965a8b
Drop `tractor.log` level override fixture
2023-01-10 11:09:18 -05:00
Tyler Goodlet
2312b6aeb2
Fix conftest config mod import
2021-09-11 18:15:42 -04:00
Tyler Goodlet
088ea8c3ec
Skip CLI tests due to questrade dependency for now
2021-05-22 15:12:12 -04:00
Tyler Goodlet
44eb9aa9ff
Create a blank config if none exists
2019-03-18 00:04:34 -04:00
Tyler Goodlet
88bb5b9f05
Handle file not found
2019-03-17 23:22:00 -04:00
Tyler Goodlet
b99c5d2abe
Use confdir if provided even when in CI
2019-03-17 23:04:04 -04:00
Tyler Goodlet
d0b1d0954f
Catch multi-errors too?
2019-03-03 11:01:34 -05:00
Tyler Goodlet
6cbea10b83
Forgot an error
2019-02-26 19:15:53 -05:00
Tyler Goodlet
1fd033d351
Token should always be from a practice account
2019-02-25 22:12:33 -05:00
Tyler Goodlet
414734f803
Add travisCI specific test suite integration
...
Questrade is the default broker backend (for now) so the CI
can run using a practice account token handed down through an
env variable. If we add a cached directory to the build then the token
should remain persistent in the brokers config and will only need to be
updated if something goes wrong.
Also, add a `--confdir` flag for pytest much in the same way as for
the `piker` cli.
2019-02-25 20:23:20 -05:00
Tyler Goodlet
48a9c389c5
Add loglevel support to tests
2018-11-30 08:18:13 -05:00
Tyler Goodlet
e1d6edb3ee
Skip qt tests on missing brokers.ini entry
2018-11-22 19:12:14 -05:00
Tyler Goodlet
6bef365fd4
Add conftest
2018-11-11 21:05:44 -05:00