Skip to content
Snippets Groups Projects
Forked from AlekSIS® / Official / AlekSIS-Core
8831 commits behind the upstream repository.
  • Nik | Klampfradler's avatar
    81898a5e
    [Tests] Fully reconfigure tox to automate everything · 81898a5e
    Nik | Klampfradler authored
    The following separate testenvs are defined (with their commands to run):
    
      tox              Run test suite
      tox -e lint      Run flake8 tests (including mypy and bandit)
      tox -e security  Run safety to check for vulnerable dependencies
      tox -e docs      Run sphinx to build documentation
      tox -e build     Run poetry to build sdist and bdist_wheel
    Verified
    81898a5e
    History
    [Tests] Fully reconfigure tox to automate everything
    Nik | Klampfradler authored
    The following separate testenvs are defined (with their commands to run):
    
      tox              Run test suite
      tox -e lint      Run flake8 tests (including mypy and bandit)
      tox -e security  Run safety to check for vulnerable dependencies
      tox -e docs      Run sphinx to build documentation
      tox -e build     Run poetry to build sdist and bdist_wheel
tox.ini 1.26 KiB