Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
DeprecationWarning, count: 3698
RuntimeWarning, count: 1531
UserIdDeprecationWarning, count: 391
ModifyingEnforceTypeWarning, count: 149
UnorderedObjectListWarning, count: 145
ResourceWarning, count: 112
FailingEnforceTypeWarning, count: 41
SystemTimeWarning, count: 5
UserWarning, count: 5
FutureWarning, count: 2
CacheKeyWarning, count: 1
InsecureRequestWarning, count: 1
PytestUnhandledThreadExceptionWarning, count: 1

Warnings Categories and Sub-categories Count

Categories: 13, sub-categories: 196

  • DeprecationWarning, count: 2660

    • common, count: 1633, types: 18

    • python, count: 655, types: 26

    • other, count: 246, types: 19

    • openedx, count: 85, types: 6

    • lms, count: 37, types: 7

    • cms, count: 4, types: 2

  • RuntimeWarning, count: 1531

    • python, count: 1531, types: 40

  • UserIdDeprecationWarning, count: 391

    • python, count: 311, types: 1

    • openedx, count: 80, types: 1

  • ModifyingEnforceTypeWarning, count: 149

    • common, count: 146, types: 3

    • python, count: 3, types: 1

  • UnorderedObjectListWarning, count: 145

    • python, count: 134, types: 13

    • openedx, count: 10, types: 1

    • lms, count: 1, types: 1

  • ResourceWarning, count: 90

    • python, count: 56, types: 14

    • other, count: 36, types: 12

    • lms, count: 11, types: 5

    • common, count: 6, types: 5

    • cms, count: 2, types: 2

    • openedx, count: 1, types: 1

  • FailingEnforceTypeWarning, count: 41

    • common, count: 36, types: 9

    • lms, count: 5, types: 3

  • SystemTimeWarning, count: 5

    • python, count: 5, types: 1

  • UserWarning, count: 5

    • common, count: 5, types: 1

  • FutureWarning, count: 2

    • python, count: 2, types: 1

  • CacheKeyWarning, count: 1

    • python, count: 1, types: 1

  • InsecureRequestWarning, count: 1

    • python, count: 1, types: 1

  • PytestUnhandledThreadExceptionWarning, count: 1

    • python, count: 1, types: 1

How to get current warnings report?

...