Skip to content
Snippets Groups Projects

Use cucumber for integration tests

Merged Éloïs requested to merge elois-cucumber-tests into master
11 files
+ 643
131
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -13,8 +13,3 @@
//
// You should have received a copy of the GNU Affero General Public License
// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>.
#[cfg(test)]
mod balance_transfer;
#[cfg(test)]
pub mod common;
Loading