branch: externals/dtache commit bc5bee8f5632df4cdbcca73b03cc2e6b6ca3bb8d Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Remove deprecated test files I have moved the functions that I tested in dtache-shell-test and dtache-eshell-test into dtache. So there is no need for these files anymore. --- test/dtache-eshell-test.el | 36 ------------------------------------ test/dtache-shell-test.el | 36 ------------------------------------ 2 files changed, 72 deletions(-) diff --git a/test/dtache-eshell-test.el b/test/dtache-eshell-test.el deleted file mode 100644 index e3574c972a..0000000000 --- a/test/dtache-eshell-test.el +++ /dev/null @@ -1,36 +0,0 @@ -;;; dtache-eshell-test.el --- Tests for dtache-eshell.el -*- lexical-binding: t; -*- - -;; Copyright (C) 2021 Niklas Eklund - -;; Author: Niklas Eklund <niklas.ekl...@posteo.net> -;; Url: https://gitlab.com/niklaseklund/dtache -;; Package-Requires: ((emacs "27.1")) -;; Version: 0.2 - -;; This program is free software; you can redistribute it and/or modify -;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation, either version 3 of the License, or -;; (at your option) any later version. - -;; This program is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <https://www.gnu.org/licenses/>. - -;;; Commentary: - -;; Tests for `dtache-eshell'. - -;;; Code: - -(require 'ert) -(require 'dtache-eshell) - -;;;; Tests - -(provide 'dtache-eshell-test) - -;;; dtache-eshell-test.el ends here diff --git a/test/dtache-shell-test.el b/test/dtache-shell-test.el deleted file mode 100644 index 256ae5a817..0000000000 --- a/test/dtache-shell-test.el +++ /dev/null @@ -1,36 +0,0 @@ -;;; dtache-shell-test.el --- Tests for dtache-shell.el -*- lexical-binding: t; -*- - -;; Copyright (C) 2020-2022 Niklas Eklund - -;; Author: Niklas Eklund <niklas.ekl...@posteo.net> -;; Url: https://gitlab.com/niklaseklund/dtache -;; Package-Requires: ((emacs "27.1")) -;; Version: 0.2 - -;; This program is free software; you can redistribute it and/or modify -;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation, either version 3 of the License, or -;; (at your option) any later version. - -;; This program is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <https://www.gnu.org/licenses/>. - -;;; Commentary: - -;; Tests for `dtache-shell'. - -;;; Code: - -(require 'ert) -(require 'dtache-shell) - -;;;; Tests - -(provide 'dtache-shell-test) - -;;; dtache-shell-test.el ends here