-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Progress towards signals in SDK This should be backwards-compatible * Added signals to ATP server Also moved ATP server into a class * Add ATP v2 support to client Also fixed a few enum issues * Fix linting errors * Fix linting error * Ignore linting issue * Fix linting error * Fix errors introduced while trying to fix linting errors * Fix missing params in test * Update dependencies * Update pyyaml * Fixed typo * Fix predefined schema * Bypass class limitations by passing method names instead * Delay signal retrieval * Added missing field, and added extra None check * Fix parameter passed into test case * Fix missing input to server read loop * Fix wrong signal ID Also refactored to improve the code * Fix extra parameter passed into function * Fix missing parameter passed into function * Fix missing deserialization step * Fix missed function rename, and fix linting err * Reduce redundancy, and fix wrong var passed * Added client done message, and signal atp tests * Fix linting errors * Remove join and add flush Also did a mild refactor of function * Change when read thread is launched * Ignore sigint and manage stdout correctly * Fix linting errors, and added comments * Fix ordering problem with steps and signals * Added coverage config file * Remove unused import * Removed print statements, and added fail when debug logs aren't empty * Remove coverage config This appears to be causing a failure without any reason why
- Loading branch information
1 parent
a730428
commit 44b451e
Showing
9 changed files
with
978 additions
and
385 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.