Skip to content

Update dictionary.txt#31

Open
khulnasoft-bot wants to merge 2 commits intomasterfrom
update/dict
Open

Update dictionary.txt#31
khulnasoft-bot wants to merge 2 commits intomasterfrom
update/dict

Conversation

@khulnasoft-bot
Copy link
Collaborator

@khulnasoft-bot khulnasoft-bot commented Jan 21, 2025

Notes for Reviewers

This PR fixes #

Signed commits

  • [*] Yes, I signed my commits.

Summary by Sourcery

Chores:

  • Delete dictionary.txt which was no longer used or maintained.

Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Jan 21, 2025

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai
Copy link

coderabbitai bot commented Jan 21, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, khulnasoft-bot!). We assume it knows what it's doing!
  • All of the files are larger than we can process. We're working on it!

@codiumai-pr-agent-free
Copy link
Contributor

codiumai-pr-agent-free bot commented Jan 21, 2025

CI Feedback 🧐

(Feedback updated until commit e37f5cc)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Test Windows

Failed stage: Run pytest codetypo [❌]

Failed test name: test_dictionary_formatting

Failure summary:

Multiple test failures occurred in the test suite:

  • Several tests in test_basic.py failed due to incorrect return values from the main() function, where
    expected and actual values didn't match
  • The most significant failure was in test_dictionary_formatting where multiple dictionary entries had
    formatting errors:
    - Dictionary entries were missing trailing commas in multiple corrections
    -
    The entry 'coca cola' contained invalid whitespace
    - Dictionary entries failed to match the
    expected word regex pattern [\w-'�]+
  • Overall: 17 tests failed, 79 passed, and 18 were skipped

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    337:  comma-separated list of custom dictionary files that
    338:  contain spelling corrections. If this flag is not
    339:  specified or equals "-" then the default dictionary is
    340:  used.
    341:  --builtin BUILTIN-LIST
    342:  comma-separated list of builtin dictionaries to
    343:  include (when "-D -" or no "-D" is passed). Current
    344:  options are:
    345:  - 'clear' for unambiguous errors
    346:  - 'rare' for rare (but valid) words that are likely to
    347:  be errors
    ...
    
    388:  default any alphanumeric character, the underscore,
    389:  the hyphen, and the apostrophe are used to build
    390:  words. This option cannot be specified together with
    391:  --write-changes.
    392:  --uri-regex URI_REGEX
    393:  regular expression that is used to find URIs and
    394:  emails. A default expression is provided.
    395:  -s, --summary         print summary of fixes
    396:  --count               print the number of errors as the last line of stderr
    ...
    
    467:  rootdir: D:\a\codetypo\codetypo
    468:  configfile: pyproject.toml
    469:  plugins: cov-5.0.0, dependency-0.6.0
    470:  collected 114 items
    471:  codetypo\tests\test_basic.py ..FF.sF..F.................F.......F..F...s [ 37%]
    472:  FF..F.......FFFF.                                                        [ 52%]
    473:  codetypo\tests\test_dictionary.py .F............................ssssssss [ 85%]
    474:  ssssssssF......F                                                         [100%]
    475:  ================================== FAILURES ===================================
    476:  _________________________________ test_basic __________________________________
    477:  codetypo\tests\test_basic.py:120: in test_basic
    478:  assert cs.main(fname) == 1, "checking our string escape test word is bad"
    479:  E   AssertionError: checking our string escape test word is bad
    480:  E   assert 0 == 1
    481:  E    +  where 0 = <function MainWrapper.main at 0x00000199E1D6D550>(WindowsPath('C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/test_basic0/tmp'))
    482:  E    +    where <function MainWrapper.main at 0x00000199E1D6D550> = <codetypo.tests.test_basic.MainWrapper object at 0x00000199E0E3BCD0>.main
    483:  __________________________ test_default_word_parsing __________________________
    484:  codetypo\tests\test_basic.py:182: in test_default_word_parsing
    485:  assert cs.main(fname) == 1, "misspelling containing typewriter apostrophe U+0027"
    486:  E   AssertionError: misspelling containing typewriter apostrophe U+0027
    487:  E   assert 0 == 1
    488:  E    +  where 0 = <function MainWrapper.main at 0x00000199E1D6D550>(WindowsPath('C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/test_default_word_parsing0/apostrophe'))
    489:  E    +    where <function MainWrapper.main at 0x00000199E1D6D550> = <codetypo.tests.test_basic.MainWrapper object at 0x00000199E0E3BCD0>.main
    490:  _____________________________ test_interactivity ______________________________
    491:  codetypo\tests\test_basic.py:275: in test_interactivity
    492:  assert cs.main("-w", "-i", "3", fname) == 0
    493:  E   AssertionError: assert 1 == 0
    494:  E    +  where 1 = <function MainWrapper.main at 0x00000199E1D6D550>('-w', '-i', '3', WindowsPath('C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/test_interactivity0/tmp3'))
    495:  E    +    where <function MainWrapper.main at 0x00000199E1D6D550> = <codetypo.tests.test_basic.MainWrapper object at 0x00000199E0E3BCD0>.main
    496:  ________________________ test_ignore_words_with_cases _________________________
    497:  codetypo\tests\test_basic.py:375: in test_ignore_words_with_cases
    498:  assert cs.main(bad_name) == 3
    499:  E   AssertionError: assert 0 == 3
    500:  E    +  where 0 = <function MainWrapper.main at 0x00000199E1D6D550>(WindowsPath('C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/test_ignore_words_with_cases0/MIS.txt'))
    501:  E    +    where <function MainWrapper.main at 0x00000199E1D6D550> = <codetypo.tests.test_basic.MainWrapper object at 0x00000199E0E3BCD0>.main
    502:  ____ test_inline_ignores[abandonned abondon abilty  # codetypo:igore\n-4] _____
    503:  codetypo\tests\test_basic.py:469: in test_inline_ignores
    504:  assert cs.main(d) == expected_error_count
    505:  E   AssertionError: assert 3 == 4
    506:  E    +  where 3 = <function MainWrapper.main at 0x00000199E1D6D550>('C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-runneradmin\\pytest-0\\test_inline_ignores_abandonned16')
    507:  E    +    where <function MainWrapper.main at 0x00000199E1D6D550> = <codetypo.tests.test_basic.MainWrapper object at 0x00000199E0E3BCD0>.main
    508:  _ test_inline_ignores[You could also use line based igore (codetypo:ignore igare) to igore -2] _
    509:  codetypo\tests\test_basic.py:469: in test_inline_ignores
    510:  assert cs.main(d) == expected_error_count
    511:  E   AssertionError: assert 0 == 2
    ...
    
    513:  E    +    where <function MainWrapper.main at 0x00000199E1D6D550> = <codetypo.tests.test_basic.MainWrapper object at 0x00000199E0E3BCD0>.main
    514:  ________________________________ test_encoding ________________________________
    515:  codetypo\tests\test_basic.py:546: in test_encoding
    516:  assert code == 1
    517:  E   assert 0 == 1
    518:  ______________________________ test_check_hidden ______________________________
    519:  codetypo\tests\test_basic.py:653: in test_check_hidden
    520:  assert cs.main(fname) == 1
    521:  E   AssertionError: assert 0 == 1
    ...
    
    523:  E    +    where <function MainWrapper.main at 0x00000199E1D6D550> = <codetypo.tests.test_basic.MainWrapper object at 0x00000199E0E3BCD0>.main
    524:  _____________________________ test_case_handling ______________________________
    525:  codetypo\tests\test_basic.py:749: in test_case_handling
    526:  assert code == 1
    527:  E   assert 0 == 1
    528:  __________________________ test_ignore_regex_option ___________________________
    529:  codetypo\tests\test_basic.py:936: in test_ignore_regex_option
    530:  assert cs.main(fname) == 2
    531:  E   AssertionError: assert 1 == 2
    ...
    
    544:  assert code == 3
    545:  E   assert 2 == 3
    546:  _________________________ test_config_toml[toml_list] _________________________
    547:  codetypo\tests\test_basic.py:1297: in test_config_toml
    548:  assert code == 3
    549:  E   assert 2 == 3
    550:  _ test_dictionary_formatting[D:\\a\\codetypo\\codetypo\\codetypo\\tests\\..\\data\\dictionary.txt-in_aspell0-in_dictionary0] _
    551:  codetypo\tests\test_dictionary.py:80: in test_dictionary_formatting
    552:  raise AssertionError(msg)
    553:  E   AssertionError: 
    554:  E   error accension: multiple corrections must end with trailing ","
    555:  E   error achive: multiple corrections must end with trailing ","
    556:  E   error achived: multiple corrections must end with trailing ","
    557:  E   error ackward: multiple corrections must end with trailing ","
    558:  E   error addres: multiple corrections must end with trailing ","
    559:  E   error adressing: multiple corrections must end with trailing ","
    560:  E   error affort: multiple corrections must end with trailing ","
    561:  E   error agina: multiple corrections must end with trailing ","
    562:  E   error alot: multiple corrections must end with trailing ","
    563:  E   error alusion: multiple corrections must end with trailing ","
    564:  E   error amature: multiple corrections must end with trailing ","
    565:  E   error apenines: multiple corrections must end with trailing ","
    566:  E   error apon: multiple corrections must end with trailing ","
    567:  E   error appealling: multiple corrections must end with trailing ","
    568:  E   error appenines: multiple corrections must end with trailing ","
    569:  E   error attaindre: multiple corrections must end with trailing ","
    570:  E   error baout: multiple corrections must end with trailing ","
    571:  E   error becames: multiple corrections must end with trailing ","
    572:  E   error beggin: multiple corrections must end with trailing ","
    573:  E   error belived: multiple corrections must end with trailing ","
    574:  E   error belives: multiple corrections must end with trailing ","
    575:  E   error boaut: multiple corrections must end with trailing ","
    576:  E   error busineses: multiple corrections must end with trailing ","
    577:  E   error calander: multiple corrections must end with trailing ","
    578:  E   error carcas: multiple corrections must end with trailing ","
    579:  E   error carnege: multiple corrections must end with trailing ","
    580:  E   error carnige: multiple corrections must end with trailing ","
    581:  E   error cataline: multiple corrections must end with trailing ","
    582:  E   error censur: multiple corrections must end with trailing ","
    583:  E   error ceratin: multiple corrections must end with trailing ","
    584:  E   error chasr: multiple corrections must end with trailing ","
    585:  E   error clera: multiple corrections must end with trailing ","
    586:  E   error 'coca cola' has whitespace
    587:  E   error comander: multiple corrections must end with trailing ","
    588:  E   error competion: multiple corrections must end with trailing ","
    589:  E   error coorperation: multiple corrections must end with trailing ","
    590:  E   error coudl: multiple corrections must end with trailing ","
    591:  E   error countrie's: multiple corrections must end with trailing ","
    592:  E   error coururier: multiple corrections must end with trailing ","
    593:  E   error coverted: multiple corrections must end with trailing ","
    594:  E   error cpoy: multiple corrections must end with trailing ","
    595:  E   error dael: multiple corrections must end with trailing ","
    596:  E   error deram: multiple corrections must end with trailing ","
    597:  E   error desparate: multiple corrections must end with trailing ","
    598:  E   error diea: multiple corrections must end with trailing ","
    599:  E   error dieing: multiple corrections must end with trailing ","
    600:  E   error diversed: multiple corrections must end with trailing ","
    601:  E   error doub: multiple corrections must end with trailing ","
    602:  E   error efford: multiple corrections must end with trailing ","
    603:  E   error effords: multiple corrections must end with trailing ","
    604:  E   error eigth: multiple corrections must end with trailing ","
    605:  E   error electic: multiple corrections must end with trailing ","
    606:  E   error electon: multiple corrections must end with trailing ","
    607:  E   error emition: multiple corrections must end with trailing ","
    608:  E   error emmigrated: multiple corrections must end with trailing ","
    609:  E   error emminent: multiple corrections must end with trailing ","
    610:  E   error empirial: multiple corrections must end with trailing ","
    611:  E   error enlish: multiple corrections must end with trailing ","
    612:  E   error erally: multiple corrections must end with trailing ","
    613:  E   error erested: multiple corrections must end with trailing ","
    614:  E   error ethose: multiple corrections must end with trailing ","
    615:  E   error extint: multiple corrections must end with trailing ","
    616:  E   error eyar: multiple corrections must end with trailing ","
    617:  E   error eyars: multiple corrections must end with trailing ","
    618:  E   error eyasr: multiple corrections must end with trailing ","
    619:  E   error fiel: multiple corrections must end with trailing ","
    620:  E   error fiels: multiple corrections must end with trailing ","
    621:  E   error firts: multiple corrections must end with trailing ","
    622:  E   error fleed: multiple corrections must end with trailing ","
    623:  E   error fomr: multiple corrections must end with trailing ","
    624:  E   error formaly: multiple corrections must end with trailing ","
    625:  E   error futhroc: multiple corrections must end with trailing ","
    626:  E   error gae: multiple corrections must end with trailing ","
    627:  E   error gaurd: multiple corrections must end with trailing ","
    628:  E   error gogin: multiple corrections must end with trailing ","
    629:  E   error guaduloupe: multiple corrections must end with trailing ","
    630:  E   error guadulupe: multiple corrections must end with trailing ","
    631:  E   error haev: multiple corrections must end with trailing ","
    632:  E   error herad: multiple corrections must end with trailing ","
    633:  E   error housr: multiple corrections must end with trailing ","
    634:  E   error hten: multiple corrections must end with trailing ","
    635:  E   error htere: multiple corrections must end with trailing ","
    636:  E   error humerous: multiple corrections must end with trailing ","
    637:  E   error hvea: multiple corrections must end with trailing ","
    638:  E   error idesa: multiple corrections must end with trailing ","
    639:  E   error imaginery: multiple corrections must end with trailing ","
    640:  E   error imanent: multiple corrections must end with trailing ","
    641:  E   error imigrant: multiple corrections must end with trailing ","
    642:  E   error imigrated: multiple corrections must end with trailing ","
    643:  E   error imigration: multiple corrections must end with trailing ","
    644:  E   error iminent: multiple corrections must end with trailing ","
    645:  E   error inheritage: multiple corrections must end with trailing ","
    646:  E   error inspite: multiple corrections must end with trailing ","
    647:  E   error instutions: multiple corrections must end with trailing ","
    648:  E   error intented: multiple corrections must end with trailing ","
    649:  E   error interbread: multiple corrections must end with trailing ","
    650:  E   error intered: multiple corrections must end with trailing ","
    651:  E   error inumerable: multiple corrections must end with trailing ","
    652:  E   error labatory: multiple corrections must end with trailing ","
    653:  E   error launchs: multiple corrections must end with trailing ","
    654:  E   error leanr: multiple corrections must end with trailing ","
    655:  E   error lible: multiple corrections must end with trailing ","
    656:  E   error lonly: multiple corrections must end with trailing ","
    657:  E   error maching: multiple corrections must end with trailing ","
    658:  E   error maked: multiple corrections must end with trailing ","
    659:  E   error managable: multiple corrections must end with trailing ","
    660:  E   error mear: multiple corrections must end with trailing ","
    661:  E   error meranda: multiple corrections must end with trailing ","
    662:  E   error monestary: multiple corrections must end with trailing ","
    663:  E   error moreso: multiple corrections must end with trailing ","
    664:  E   error muscels: multiple corrections must end with trailing ","
    665:  E   error neice: multiple corrections must end with trailing ","
    666:  E   error oging: multiple corrections must end with trailing ","
    667:  E   error onot: multiple corrections must end with trailing ","
    668:  E   error orgin: multiple corrections must end with trailing ","
    669:  E   error originall: multiple corrections must end with trailing ","
    670:  E   error palce: multiple corrections must end with trailing ","
    671:  E   error performes: multiple corrections must end with trailing ","
    672:  E   error personel: multiple corrections must end with trailing ","
    673:  E   error positon: multiple corrections must end with trailing ","
    674:  E   error procede: multiple corrections must end with trailing ","
    675:  E   error proceded: multiple corrections must end with trailing ","
    676:  E   error procedes: multiple corrections must end with trailing ","
    677:  E   error proceding: multiple corrections must end with trailing ","
    678:  E   error profesion: multiple corrections must end with trailing ","
    679:  E   error progrom: multiple corrections must end with trailing ","
    680:  E   error progroms: multiple corrections must end with trailing ","
    681:  E   error prominately: multiple corrections must end with trailing ","
    682:  E   error qtuie: multiple corrections must end with trailing ","
    683:  E   error qutie: multiple corrections must end with trailing ","
    684:  E   error refernce: multiple corrections must end with trailing ","
    685:  E   error repatition: multiple corrections must end with trailing ","
    686:  E   error restraunt: multiple corrections must end with trailing ","
    687:  E   error rised: multiple corrections must end with trailing ","
    688:  E   error sasy: multiple corrections must end with trailing ","
    689:  E   error scholarstic: multiple corrections must end with trailing ","
    690:  E   error secceeded: multiple corrections must end with trailing ","
    691:  E   error seceed: multiple corrections must end with trailing ","
    692:  E   error seceeded: multiple corrections must end with trailing ","
    693:  E   error sence: multiple corrections must end with trailing ","
    694:  E   error shamen: multiple corrections must end with trailing ","
    695:  E   error sheat: multiple corrections must end with trailing ","
    696:  E   error shoudln: multiple corrections must end with trailing ","
    697:  E   error sieze: multiple corrections must end with trailing ","
    698:  E   error siezed: multiple corrections must end with trailing ","
    699:  E   error siezing: multiple corrections must end with trailing ","
    700:  E   error sinse: multiple corrections must end with trailing ","
    701:  E   error sotyr: multiple corrections must end with trailing ","
    702:  E   error sould: multiple corrections must end with trailing ","
    703:  E   error specif: multiple corrections must end with trailing ","
    704:  E   error spects: multiple corrections must end with trailing ","
    705:  E   error strat: multiple corrections must end with trailing ","
    706:  E   error stroy: multiple corrections must end with trailing ","
    707:  E   error surley: multiple corrections must end with trailing ","
    708:  E   error surrended: multiple corrections must end with trailing ","
    709:  E   error thast: multiple corrections must end with trailing ","
    710:  E   error ther: multiple corrections must end with trailing ","
    711:  E   error thikning: multiple corrections must end with trailing ","
    712:  E   error throught: multiple corrections must end with trailing ","
    713:  E   error tiem: multiple corrections must end with trailing ","
    714:  E   error tiome: multiple corrections must end with trailing ","
    715:  E   error tourch: multiple corrections must end with trailing ","
    716:  E   error transcripting: multiple corrections must end with trailing ","
    717:  E   error troups: multiple corrections must end with trailing ","
    718:  E   error turnk: multiple corrections must end with trailing ","
    719:  E   error unsed: multiple corrections must end with trailing ","
    720:  E   error villin: multiple corrections must end with trailing ","
    721:  E   error weild: multiple corrections must end with trailing ","
    722:  E   error wholy: multiple corrections must end with trailing ","
    723:  E   error wich: multiple corrections must end with trailing ","
    724:  E   error withdrawl: multiple corrections must end with trailing ","
    725:  E   error yementite: multiple corrections must end with trailing ","
    726:  _ test_dictionary_looping[D:\\a\\codetypo\\codetypo\\codetypo\\tests\\..\\data\\dictionary.txt-in_aspell0-in_dictionary0] _
    727:  codetypo\tests\test_dictionary.py:319: in test_dictionary_looping
    728:  assert word_regex.fullmatch(
    729:  E   AssertionError: error 'coca cola' does not match default word regex '[\w\-'�]+'
    730:  E   assert None
    731:  E    +  where None = <built-in method fullmatch of re.Pattern object at 0x00000199E00B8DB0>('coca cola')
    732:  E    +    where <built-in method fullmatch of re.Pattern object at 0x00000199E00B8DB0> = re.compile("[\\w\\-'�]+").fullmatch
    733:  ________________________________ test_ran_all _________________________________
    734:  codetypo\tests\test_dictionary.py:373: in test_ran_all
    735:  assert (f1, f2) in global_pairs
    736:  E   AssertionError: assert ('dictionary.txt', 'dictionary.txt') in {('dictionary_code.txt', 'dictionary_code.txt'), ('dictionary_code.txt', 'dictionary_en-GB_to_en-US.txt'), ('dictionar...nary_names.txt'), ('dictionary_code.txt', 'dictionary_rare.txt'), ('dictionary_code.txt', 'dictionary_usage.txt'), ...}
    737:  -------- generated xml file: D:\a\codetypo\codetypo\junit-results.xml ---------
    738:  =========================== short test summary info ===========================
    739:  SKIPPED [1] codetypo\tests\test_basic.py:210: Only supported on Linux
    740:  SKIPPED [1] codetypo\tests\test_basic.py:628: requires os.mkfifo
    741:  SKIPPED [16] codetypo\tests\test_dictionary.py:223: requires aspell-en
    742:  ================== 17 failed, 79 passed, 18 skipped in 7.76s ==================
    743:  ##[error]Process completed with exit code 1.
    

    @khulnasoft-bot khulnasoft-bot changed the base branch from master to stable January 21, 2025 19:47
    @khulnasoft-bot khulnasoft-bot changed the base branch from stable to master January 21, 2025 19:47
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    None yet

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    1 participant