bluesky / event-model

data model for event-based data collection and analysis
https://blueskyproject.io/event-model
BSD 3-Clause "New" or "Revised" License
13 stars 29 forks source link

Add a unit test for schema rejecting dots in keys #268

Closed evalott100 closed 1 year ago

evalott100 commented 1 year ago

In bluesky, the test test_documents.py::test_dots_not_allowed_in_keys checks that the documents don't accept dots in keys. This test should be copied in event-model itself.