Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.core beat.core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beatbeat
  • beat.corebeat.core
  • Issues
  • #72
Closed
Open
Issue created Mar 15, 2019 by Samuel GAIST@samuel.gaistOwner

Assert usage cleanup

Following bandit warning about usage of assert in code, this issue is used to track down the cleanup of these statements found in beat.core.

Depending on how they are used, the following actions can be done:

  1. Turn the statement into an exception
  2. Handle the case gracefully
  3. Mark as not to get worried about

The current state of the code base is usually 3 which should be cleaned up.

All tests in this repository have been cleaned to use the testing framework corresponding tools

Assignee
Assign to
Time tracking