Skip to content

test: add unit tests for decryptor parser and sanitizer

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

🧪 [testing improvement] Add tests for decryptor parser and sanitizer #229

test: add unit tests for decryptor parser and sanitizer
2cd4855
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Mar 16, 2026 in 0s

4 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 1
- Added 4
           

Complexity increasing per file
==============================
- Cachyos/Scripts/WIP/emu/test_decryptor_parser.py  5
         

Complexity decreasing per file
==============================
+ Cachyos/Scripts/WIP/emu/cia_3ds_decryptor.py  -3
         

Clones added
============
- Cachyos/Scripts/WIP/emu/test_decryptor_parser.py  1
         

Clones removed
==============
+ Cachyos/Scripts/WIP/emu/cia_3ds_decryptor.py  -2
         

See the complete overview on Codacy

Annotations

Check warning on line 14 in Cachyos/Scripts/WIP/emu/test_decryptor_parser.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Cachyos/Scripts/WIP/emu/test_decryptor_parser.py#L14

Item "None" of "Loader | None" has no attribute "exec_module". (union-attr)

Check notice on line 28 in Cachyos/Scripts/WIP/emu/test_decryptor_parser.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Cachyos/Scripts/WIP/emu/test_decryptor_parser.py#L28

Method name "test_parse_ctrtool_output_partial" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern

Check notice on line 41 in Cachyos/Scripts/WIP/emu/test_decryptor_parser.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Cachyos/Scripts/WIP/emu/test_decryptor_parser.py#L41

Method name "test_parse_twl_ctrtool_output_full" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern

Check notice on line 60 in Cachyos/Scripts/WIP/emu/test_decryptor_parser.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Cachyos/Scripts/WIP/emu/test_decryptor_parser.py#L60

expected 2 blank lines after class or function definition, found 1 (E305)