Explorar o código

Run release_robot tests as part of regular testsuite.

Jelmer Vernooij %!s(int64=8) %!d(string=hai) anos
pai
achega
5bde05a088
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dulwich/contrib/__init__.py

+ 1 - 0
dulwich/contrib/__init__.py

@@ -22,6 +22,7 @@
 def test_suite():
     import unittest
     names = [
+        'release_robot',
         'swift',
         ]
     module_names = ['dulwich.contrib.test_' + name for name in names]