Skip to main content

A project template for testing your website application.

Project description

StateSXT

Tests

How to Install?

There are two approaches to install the package:

  • Manually cloning the project in Github repository: statesxt
  • Using pip, that the package is hosted in here (recommended).
    pip install statesxt
    

Note: It is always better to install the package in a virtual environment.

How to Use?

  • Generate the template
    statesxt generate
    
  • Remove the template
    statesxt remove
    
  • Update the template
    statesxt update
    
  • Generate a new page template (inside /testcases)
    statesxt create-page
    

How to Update?

Currently, the package can not be updated through usual command pip install --upgrade statesxt. Probably because is hosted in TestPypi. So, for the time being, user have to reinstall the package.

How to Uninstall?

There are two approaches to uninstall the package:

  • Uninstalling only the package
    pip uninstall statesxt
    
  • Uninstalling the package and its dependencies (vulnerable). To do this, the user must install a package called pip-autoremove (if not already installed).
    pip install pip-autoremove
    
    Once the package is installed, user can now uninstall the package with the following command.
    pip-autoremove statesxt -y
    
    Note: If there is an error saying that ModuleNotFoundError: No module named 'pip_autoremove', you could try to move the pip_autoremove.py file from ./Scripts into ./Lib instead. For further information: here.

How to Test?

There is a tox.ini file inside .\statesxt, where you can just execute it by invoking tox -c .\statesxt\ in terminal. But anyway, that is to test manually in your local, meanwhile there is .github\ that enables to testing with Github Actions, where it works by triggering the execution of tox.ini once you make a commit. So basically, it has implemented CI/CD.

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

statesxt-0.5.9.tar.gz (588.2 kB view hashes)

Uploaded Source

Built Distribution

statesxt-0.5.9-py3-none-any.whl (599.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page