Skip to content

akpascalp/pyqt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Test GUI

This project is a graphical user interface for managing tests. It uses PySide6 for the user interface and interacts with a database for test data management.

Project Structure

Main Files

Tests

The tests are located in the tests directory and use pytest for unit testing.

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd test_gui
  2. Install the dependencies:

    pip install -r requirements.txt

Usage

To run the application, execute the test_gui.py file:

python test_gui.py

Tests

To run the tests, use pytest:

pytest

About

GUI built with PyQt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages