From: Flavio Calva Date: Wed, 18 May 2022 17:24:18 +0000 (+0100) Subject: fixed testing X-Git-Url: http://git.ya2.it/?p=pmachines.git;a=commitdiff_plain;h=2fbba3357478d8e21102d19c16871f4bcdf4aba3 fixed testing --- diff --git a/prj.org b/prj.org index 665a6be..0597d2e 100644 --- a/prj.org +++ b/prj.org @@ -3,15 +3,15 @@ #+CATEGORY: pmachines #+TAGS: bug(b) calendar(c) waiting(w) -* RED fix actions: rewind, prev, next :bug: +* RED merge rc, stable +* READY fix actions: rewind, prev, next :bug: * READY restore tests for level 6 and 7 * READY move functional tests in tests from lib.engine +* READY rename lib to ya2 * READY refactoring * BACKLOG improve level domino box basketball: it can be solved trivially -* BACKLOG bug 3.10-windows: restore windows builds when it's fixed * BACKLOG optimize slow tests * BACKLOG do intro video with moviepy -* BACKLOG flatpak 21.08 * BACKLOG intro animation (from target item to start position) * BACKLOG buttons of the scenes enabled sequentially - [ ] each scene has a version @@ -31,7 +31,7 @@ * BACKLOG (when itch.io's client waiting works with wine) functional tests for windows-itch.io * calendar :calendar: ** publish post q1; reschedule -SCHEDULED: <2024-03-18 Mon +1y> +SCHEDULED: <2023-03-18 Sat +1y> ** publish post q2; reschedule SCHEDULED: <2022-06-18 Sat +1y> ** publish post q3; reschedule diff --git a/tests/test_functional.py b/tests/test_functional.py index 35b6314..18b2a05 100644 --- a/tests/test_functional.py +++ b/tests/test_functional.py @@ -39,6 +39,9 @@ class FunctionalTests(TestCase): info('%s removed' % _file) else: info('%s does not exist' % _file) + opt_ini = str(Path.home()) + '/builders/pmachines_builder/pmachines/options.ini' + if exists(opt_ini): + remove(opt_ini) system('pkill -f "pmachines.exe"') def __awake(self):