Skip to content

Commit

Permalink
REF: Refactor DBN tests to use rstest
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Oct 9, 2023
1 parent 2e0d9b1 commit d840ccb
Show file tree
Hide file tree
Showing 12 changed files with 1,341 additions and 946 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Changelog

## 0.11.2 - TBD
## 0.12.0 - TBD
### Enhancements
- Added new publisher values in preparation for DBEQ.PLUS
- Added `from_dataset_venue` function to `Publisher` to facilitate
destructuring.
- Added `map_symbols` support to Python `Transcoder`
- Added new publisher variants in preparation for DBEQ.PLUS dataset
- Added `from_dataset_venue` function to `Publisher` to facilitate destructuring
- Implemented `Default` for most records to make testing easier
- Added `from_zstd` function to `AsyncDbnEncoder` to match synchronous encoder
- Added re-exports for `enums::rtype`, `record::BidAskPair`, `record::RecordHeader`, and
`record::WithTsOut` to simplify imports

### Breaking changes
- Changed `Default` implementation for `BidAskPair` by setting prices to `UNDEF_PRICE`

## 0.11.1 - 2023-10-05
### Enhancements
Expand Down
156 changes: 156 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rust/dbn-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ zstd = "0.12.4"
assert_cmd = "2.0.12"
# assert_cmd companion
predicates = "3.0.3"
rstest = "0.18.2"
# A library for managing temporary files and directories
tempfile = "3.7.0"
Loading

0 comments on commit d840ccb

Please sign in to comment.