Skip to content

Commit

Permalink
restructure tests
Browse files Browse the repository at this point in the history
- rename full tests to "integration tests"
- remove previous full tests from pytest suite - these are run now independently on github only
  • Loading branch information
trappitsch committed Mar 22, 2024
1 parent 0d2fdd4 commit c95decb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 76 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: unit_tests
name: integration_tests

on:
push:
Expand All @@ -10,7 +10,7 @@ env:
MAIN_PYTHON_VERSION: "3.12"

jobs:
unit_tests:
integration_tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down
Empty file removed tests/unit/__init__.py
Empty file.
38 changes: 0 additions & 38 deletions tests/unit/test_cowsay.py

This file was deleted.

36 changes: 0 additions & 36 deletions tests/unit/test_qtcowsay.py

This file was deleted.

0 comments on commit c95decb

Please sign in to comment.