Skip to content

push current code

GitHub Advanced Security / CodeQL failed Nov 29, 2024 in 6s

11 new alerts including 9 errors

New alerts in code changed by this pull request

  • 9 errors
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 18 in tested/parsing.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error test

'get_args' may not be defined if module
tested.utils
is imported before module
tested.parsing
, as the
definition
of get_args occurs after the cyclic
import
of tested.parsing.

Check notice on line 24 in tested/serialisation.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'abstractmethod' is not used.

Check failure on line 56 in tested/serialisation.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error test

'flatten' may not be defined if module
tested.utils
is imported before module
tested.serialisation
, as the
definition
of flatten occurs after the cyclic
import
of tested.serialisation.

Check failure on line 56 in tested/serialisation.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error test

'sorted_no_duplicates' may not be defined if module
tested.utils
is imported before module
tested.serialisation
, as the
definition
of sorted_no_duplicates occurs after the cyclic
import
of tested.serialisation.

Check notice on line 162 in tested/serialisation.py

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note test

This comment appears to contain commented-out code.

Check failure on line 34 in tested/testsuite.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error test

'Expression' may not be defined if module
tested.serialisation
is imported before module
tested.testsuite
, as the
definition
of Expression occurs after the cyclic
import
of tested.testsuite.

Check failure on line 35 in tested/testsuite.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error test

'FunctionCall' may not be defined if module
tested.serialisation
is imported before module
tested.testsuite
, as the
definition
of FunctionCall occurs after the cyclic
import
of tested.testsuite.

Check failure on line 38 in tested/testsuite.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error test

'SequenceType' may not be defined if module
tested.serialisation
is imported before module
tested.testsuite
, as the
definition
of SequenceType occurs after the cyclic
import
of tested.testsuite.

Check failure on line 43 in tested/testsuite.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error test

'flatten' may not be defined if module
tested.utils
is imported before module
tested.testsuite
, as the
definition
of flatten occurs after the cyclic
import
of tested.testsuite.

Check failure on line 43 in tested/testsuite.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error test

'is_statement_strict' may not be defined if module
tested.utils
is imported before module
tested.testsuite
, as the
definition
of is_statement_strict occurs after the cyclic
import
of tested.testsuite.

Check failure on line 14 in tested/utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error test

'AbstractAssignment' may not be defined if module
tested.serialisation
is imported before module
tested.utils
, as the
definition
of AbstractAssignment occurs after the cyclic
import
of tested.utils.
'AbstractAssignment' may not be defined if module
tested.serialisation
is imported before module
tested.utils
, as the
definition
of AbstractAssignment occurs after the cyclic
import
of tested.utils.