We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0280845 commit 341ce4bCopy full SHA for 341ce4b
CHANGELOG.md
@@ -18,9 +18,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
18
19
### Added
20
21
+- Testing:
22
+ - Add test data for schema "lsst.v7_4.alert" that is randomly generated.
23
+ - Add `TestAlertProperties.test_dataframe`. Currently this only tests alerts with schema "lsst.v7_4.alert".
24
+
25
### Changed
26
27
- Add functionality to create DataFrame object when a field's value is `None`
28
29
+ - Move `conftest.SampleAlert` -> `load_data.TestAlert`
30
+ - Split `TestAlert` -> `TestAlertFrom`, `TestAlertProperties`, and `TestAlertMethods`
31
32
### Removed
33
0 commit comments