summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli2019-04-15 00:27:38 +0200
committerDenis 'GNUtoo' Carikli2019-04-15 00:28:05 +0200
commita0e8efc3ba241d8d783d584ddbb772ae6a1e6c52 (patch)
tree798869362e1200b2e88bdce674b56f955d94fd7b
parente33af7f146eb2178ea3b2a07d30188606e8cbe20 (diff)
downloadaur-a0e8efc3ba241d8d783d584ddbb772ae6a1e6c52.tar.gz
Add TODO
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--TODO.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
new file mode 100644
index 000000000000..d2960561e3a2
--- /dev/null
+++ b/TODO.txt
@@ -0,0 +1,8 @@
+- Add tests:
+ - Use github sources that have tests.
+ use git commits as they are signed
+ - add a function to run the checks:
+ check(){
+ [...]
+ pytest
+ }