summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
Diffstat (limited to 'issues')
-rw-r--r--issues/automated-testing.gmi12
1 files changed, 11 insertions, 1 deletions
diff --git a/issues/automated-testing.gmi b/issues/automated-testing.gmi
index a79245e..84e246c 100644
--- a/issues/automated-testing.gmi
+++ b/issues/automated-testing.gmi
@@ -3,7 +3,6 @@
## Tags
* assigned: fredm, bonfacem, alex
-* status: in progress
* priority: medium
* type: enhancement
* keywords: testing, CI, CD
@@ -138,3 +137,14 @@ For GN2 we should write scripts that test:
## Testing interface
Tests in different categories should be grouped into different command-line endpoints. For example, unit tests could be run by "python3 setup.py check", integration tests could be run by "python3 setup.py integration-check", performance tests could be run by "python3 setup.py performance-check", and so on. This way, the CI will have to be configured only once, and then committers will be able to add new tests without requesting for a CI reconfiguration each time. We won't have to wait on others to respond. Less coordination will be required leading to smoother work for everyone.
+
+
+# Resolution
+
+This has been moved to it's own topic in:
+
+=> /topics/automated-testing.gmi Automated Testing
+
+Should there be anything actionable to be done, separate issues will be created.
+
+* closed