Skip to content

grupy-sanca/curso-testes

Repository files navigation

Repositório do Curso de Testes do Grupy-Sanca

Veja online!

Como gerar o material

  1. instale as dependências:

    $ python -m venv venv
    $ source venv/bin/activate
    $ pip install -Ur requirements.txt
    • caso queira gerar o PDF, installe LaTeX:
      # no Arch btw
      $ sudo pacman -Syu texlive-{bin,core,latexextra}
  2. gere o HTML:

    $ make html
  3. [opcional] gere o pdf:

    $ make latexpdf
  4. spellchecker:

    • intale o enchant, hunspell, e um dicionário pt-br (hunspell-pt-br):

      # no Arch btw
      $ sudo pacman -Syu hunspell enchant
      $ paru -Sy hunspell-pt-br # from AUR
      # no Ubuntu:
      $ sudo apt install hunspell hunspell-pt-br enchant

      E rode: sphinx-build -b spelling -nW source/ build/

  5. para rodar o doctest:

    $ sphinx-build -b doctest -n source/ build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •