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
The NApp has minimal testing, and the given testing is not run in a continuous integration pipeline.
Requirements
Testing
Testing should cover at least the AsyncScheduler and KafkaSendOperations classes, as well as the start(), handle_new_switch(), and shutdown() methods.
CI Pipeline
The GitHub Actions CI pipeline should run in all pushes and pull requests. If this is expanded to be a continuous deployment pipeline as well, that should only be run in main. What is run should include pytest and pylint, checking versions from python 3.9+
The text was updated successfully, but these errors were encountered:
Description
The NApp has minimal testing, and the given testing is not run in a continuous integration pipeline.
Requirements
Testing
Testing should cover at least the
AsyncScheduler
andKafkaSendOperations
classes, as well as thestart()
,handle_new_switch()
, andshutdown()
methods.CI Pipeline
The GitHub Actions CI pipeline should run in all pushes and pull requests. If this is expanded to be a continuous deployment pipeline as well, that should only be run in
main
. What is run should includepytest
andpylint
, checking versions from python 3.9+The text was updated successfully, but these errors were encountered: