Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix circular imports during loader registration #911

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Fix circular imports

2c2e2e5
Select commit
Loading
Failed to load commit list.
Open

Fix circular imports during loader registration #911

Fix circular imports
2c2e2e5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 17, 2024 in 1s

72.50% of diff hit (target 76.65%)

View this Pull Request on Codecov

72.50% of diff hit (target 76.65%)

Annotations

Check warning on line 28 in dissect/target/loaders/ab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/ab.py#L28

Added line #L28 was not covered by tests

Check warning on line 33 in dissect/target/loaders/cb.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/cb.py#L33

Added line #L33 was not covered by tests

Check warning on line 14 in dissect/target/loaders/cyber.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/cyber.py#L14

Added line #L14 was not covered by tests

Check warning on line 21 in dissect/target/loaders/local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/local.py#L21

Added line #L21 was not covered by tests

Check warning on line 12 in dissect/target/loaders/log.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/log.py#L12

Added line #L12 was not covered by tests

Check warning on line 30 in dissect/target/loaders/mqtt.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/mqtt.py#L30

Added line #L30 was not covered by tests

Check warning on line 11 in dissect/target/loaders/multiraw.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/multiraw.py#L11

Added line #L11 was not covered by tests

Check warning on line 10 in dissect/target/loaders/overlay.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/overlay.py#L10

Added line #L10 was not covered by tests

Check warning on line 12 in dissect/target/loaders/ovf.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/ovf.py#L12

Added line #L12 was not covered by tests

Check warning on line 11 in dissect/target/loaders/raw.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/raw.py#L11

Added line #L11 was not covered by tests

Check warning on line 21 in dissect/target/loaders/remote.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/remote.py#L21

Added line #L21 was not covered by tests

Check warning on line 32 in dissect/target/loaders/smb.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/smb.py#L32

Added line #L32 was not covered by tests

Check warning on line 15 in dissect/target/loaders/target.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/target.py#L15

Added line #L15 was not covered by tests

Check warning on line 12 in dissect/target/loaders/utm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/loaders/utm.py#L11-L12

Added lines #L11 - L12 were not covered by tests

Check warning on line 18 in dissect/target/plugins/os/unix/_os.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/plugins/os/unix/_os.py#L18

Added line #L18 was not covered by tests

Check warning on line 10 in dissect/target/plugins/os/unix/bsd/_os.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/plugins/os/unix/bsd/_os.py#L10

Added line #L10 was not covered by tests

Check warning on line 14 in dissect/target/plugins/os/unix/bsd/osx/_os.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/plugins/os/unix/bsd/osx/_os.py#L14

Added line #L14 was not covered by tests

Check warning on line 17 in dissect/target/plugins/os/unix/linux/_os.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/plugins/os/unix/linux/_os.py#L17

Added line #L17 was not covered by tests

Check warning on line 12 in dissect/target/plugins/os/unix/linux/android/_os.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/plugins/os/unix/linux/android/_os.py#L12

Added line #L12 was not covered by tests

Check warning on line 15 in dissect/target/plugins/os/windows/_os.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/plugins/os/windows/_os.py#L15

Added line #L15 was not covered by tests

Check warning on line 32 in dissect/target/plugins/os/windows/registry.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dissect/target/plugins/os/windows/registry.py#L32

Added line #L32 was not covered by tests