]> git.ipfire.org Git - thirdparty/pdns.git/commit
remotebackend: Convert unit tests to python
authorAki Tuomi <cmouse@cmouse.fi>
Wed, 20 Mar 2024 13:49:27 +0000 (15:49 +0200)
committerAki Tuomi <cmouse@cmouse.fi>
Thu, 4 Apr 2024 07:56:53 +0000 (10:56 +0300)
commitb31c8b31b24e3aca8bbb58fe49bd6f39af320c21
tree6823b4e4fe3d85118a6ae3e1a9bbcbba683281e8
parent96541c14a6d2adff88906bcdadbc90cfe4693725
remotebackend: Convert unit tests to python
22 files changed:
modules/remotebackend/.gitignore
modules/remotebackend/Gemfile [deleted file]
modules/remotebackend/Gemfile.lock [deleted file]
modules/remotebackend/Makefile.am
modules/remotebackend/__init__.py [new file with mode: 0644]
modules/remotebackend/example.rb [deleted file]
modules/remotebackend/meson.build
modules/remotebackend/pdns_unittest.py [new file with mode: 0644]
modules/remotebackend/requirements.txt [new file with mode: 0644]
modules/remotebackend/test-remotebackend-pipe.cc
modules/remotebackend/testrunner.sh
modules/remotebackend/unittest.rb [deleted file]
modules/remotebackend/unittest_http.py [new file with mode: 0755]
modules/remotebackend/unittest_http.rb [deleted file]
modules/remotebackend/unittest_json.py [new file with mode: 0755]
modules/remotebackend/unittest_json.rb [deleted file]
modules/remotebackend/unittest_pipe.py [new file with mode: 0755]
modules/remotebackend/unittest_pipe.rb [deleted file]
modules/remotebackend/unittest_post.py [new file with mode: 0755]
modules/remotebackend/unittest_post.rb [deleted file]
modules/remotebackend/unittest_zeromq.py [new file with mode: 0755]
modules/remotebackend/unittest_zeromq.rb [deleted file]