You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [tests] Added first connector tests
* [connector] Add shutdown function for ping
* [tests] Fix format
* [connector] Added connector unregister function
* [connector] Documentation adaption
* [entities] Added delete functions for AttackPattern, KillChainPhase, Label and MarkingDefinition
[tests] Excluded delete exceptions for the CRUD tests
* [tests] migrated all entity CRUD tests to pytest-cases
* Merged changes from OpenCTI-Platform#197
* [tests/modules] Moved all test case definitions to modules. Renamed modules.py to entities.py
* [tests] Removed all for loops from the test cases. Test cases which contained data lists are split up into multiple single test cases
* [tests] Moved all test case definitions to modules (the simple connector will be moved in the future)
* [tests] SimpleConnector and ExternalImport connector tests and adaptions
* [entity] Add ask_for_enrichment for SCO
* [connector] save work before branch swi
* [tests] Migrated setup and teardown to fixtures
* [tests] Add switch to enable connector tests
* [tests] Improved connector test cases
* [connector] Improve exit function
* [entites] Format adaptions
* [test] Implemented filter tests
* [entity] Removed ask_for_enrichment from SDO
* [tests] External Connector Test added work_id generation
* [tests] Refactoring to properly wait for task to finish. Also work logs cleanup after each test run
* [tests] Added works cleanup function. Additionally small refactoring
* [tests] format fix
0 commit comments