mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 18:44:05 +02:00
# Description of Changes * Remove complex port selection logic from `engine.yml`. It's inconsistent with the frontend & backend task files, and caused issues with Docker, which have been worked around but would be simpler to just get rid of the problem altogether * Fix Ruff formatting of Python script * Remove payg tests which are failing and have drifted too far from the implementation to save directly
10 lines
312 B
INI
10 lines
312 B
INI
[behave]
|
|
# Enterprise and premium-licensed features live in features/enterprise/.
|
|
# They are excluded from the default CI run because the test environment
|
|
# does not have a commercial licence. To run them explicitly:
|
|
#
|
|
# python -m behave features/enterprise
|
|
#
|
|
exclude_re = features/enterprise
|
|
tags = ~@manual
|