atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Add test for preventing fetches for standard classes / properties

Open joepio opened this issue 10 months ago • 0 comments

AtomicServer should not have to do fetch any properties / classes by default, all need to be included. Currently, that is not the case. Every once in while we forget to add a Class / Property to default_base_models.json. When atomicserver.dev goes down, that means these properties become unavailable, which means that new servers can miss essential classes. We can't have that.

I think we should add a test for this. Not quiete sure how this should be implemented. @Polleps do you have ideas?

joepio avatar Mar 24 '25 15:03 joepio