Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 330 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 330 Bytes

PCI Patterns and Workflows for COAR Notify

Based on the coarnotify library

Adding a pattern refinement

  1. Create a new module in pcinotify.patterns and extend the Pattern class as needed
  2. Import the class in pcinotify.patterns.init
  3. Add the class to pcinotify.factory
  4. Add tests in test_models and test_factory