Skip to content

Commit 16dd816

Browse files
authored
Merge pull request #81 from TaskarCenterAtUW/license-add
Create LICENSE
2 parents 4744f31 + e548c6a commit 16dd816

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

LICENSE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
TDEI Python GTFS Flex Validation
2+
Copyright (C) 2023 Taskar Center for Accessible Technology
3+
4+
This program is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program.  If not, see <http://www.gnu.org/licenses/>.

tests/unit_tests/test_gtfs_flex_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test(self):
151151
is_valid, errors = self.validator.validate()
152152

153153
# Assert
154-
self.assertFalse(is_valid)
154+
self.assertTrue(is_valid)
155155

156156

157157
class TestGoodFile2(unittest.TestCase):

0 commit comments

Comments
 (0)