Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lettuce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
lettuce
Commits
d02424bf
Commit
d02424bf
authored
Apr 01, 2011
by
Gabriel Falcao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating license headers in all files
parent
ce5f72f6
Hide whitespace changes
Inline
Side-by-side
Showing
66 changed files
with
66 additions
and
66 deletions
+66
-66
COPYING
+1
-1
README.md
+1
-1
docs/conf.py
+1
-1
lettuce/__init__.py
+1
-1
lettuce/commands.py
+1
-1
lettuce/core.py
+1
-1
lettuce/decorators.py
+1
-1
lettuce/django/__init__.py
+1
-1
lettuce/django/apps.py
+1
-1
lettuce/django/management/__init__.py
+1
-1
lettuce/django/management/commands/__init__.py
+1
-1
lettuce/django/management/commands/harvest.py
+1
-1
lettuce/django/server.py
+1
-1
lettuce/exceptions.py
+1
-1
lettuce/fs.py
+1
-1
lettuce/languages.py
+1
-1
lettuce/plugins/__init__.py
+1
-1
lettuce/plugins/colored_shell_output.py
+1
-1
lettuce/plugins/dots.py
+1
-1
lettuce/plugins/non_verbose.py
+1
-1
lettuce/plugins/scenario_names.py
+1
-1
lettuce/plugins/shell_output.py
+1
-1
lettuce/plugins/xunit_output.py
+1
-1
lettuce/registry.py
+1
-1
lettuce/strings.py
+1
-1
lettuce/terrain.py
+1
-1
setup.py
+1
-1
tests/asserts.py
+1
-1
tests/functional/language_specific_features/language_helper.py
+1
-1
tests/functional/language_specific_features/test_ptbr.py
+1
-1
tests/functional/output_features/fail_outline/fail_outline_steps.py
+1
-1
tests/functional/output_features/failed_table/failed_table_steps.py
+1
-1
tests/functional/output_features/success_outline/success_outline_steps.py
+1
-1
tests/functional/output_features/success_table/success_table_steps.py
+1
-1
tests/functional/sandbox/terrain.py
+1
-1
tests/functional/simple_features/1st_feature_dir/terrain.py
+1
-1
tests/functional/simple_features/2nd_feature_dir/step_definitions/sum_steps.py
+1
-1
tests/functional/simple_features/3rd_feature_dir/look/and_here/and_any_python_file/step_four.py
+1
-1
tests/functional/simple_features/3rd_feature_dir/look/and_here/step_two.py
+1
-1
tests/functional/simple_features/3rd_feature_dir/look/here/for_steps/step_three.py
+1
-1
tests/functional/simple_features/3rd_feature_dir/look/here/step_one.py
+1
-1
tests/functional/test_feature_loader.py
+1
-1
tests/functional/test_runner.py
+1
-1
tests/functional/test_step_definition_loading.py
+1
-1
tests/functional/test_terrain.py
+1
-1
tests/functional/test_xunit_output.py
+1
-1
tests/integration/__init__.py
+1
-1
tests/integration/django/alfaces/donothing/features/simple-steps.py
+1
-1
tests/integration/django/brocolis/leaves/views.py
+1
-1
tests/integration/django/couves/leaves/views.py
+1
-1
tests/integration/django/couves/terrain.py
+1
-1
tests/integration/test_alfaces.py
+1
-1
tests/integration/test_brocolis.py
+1
-1
tests/integration/test_couves.py
+1
-1
tests/integration/test_cucumber.py
+1
-1
tests/integration/test_grocery.py
+1
-1
tests/unit/test_core.py
+1
-1
tests/unit/test_feature_parser.py
+1
-1
tests/unit/test_language.py
+1
-1
tests/unit/test_language_ptbr.py
+1
-1
tests/unit/test_main.py
+1
-1
tests/unit/test_scenario_parsing.py
+1
-1
tests/unit/test_step_parsing.py
+1
-1
tests/unit/test_step_runner.py
+1
-1
tests/unit/test_strings.py
+1
-1
tests/unit/test_terrain.py
+1
-1
No files found.
COPYING
View file @
d02424bf
...
...
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<Lettuce - Behaviour Driven Development for python> Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
<Lettuce - Behaviour Driven Development for python> Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
...
...
README.md
View file @
d02424bf
...
...
@@ -96,7 +96,7 @@ how to install lettuce on windows.
# License
<Lettuce - Behaviour Driven Development for python>
Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
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
...
...
docs/conf.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/__init__.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/commands.py
View file @
d02424bf
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/core.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/decorators.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/django/__init__.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/django/apps.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/django/management/__init__.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/django/management/commands/__init__.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/django/management/commands/harvest.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/django/server.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/exceptions.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/fs.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/languages.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/plugins/__init__.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/plugins/colored_shell_output.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/plugins/dots.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/plugins/non_verbose.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/plugins/scenario_names.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/plugins/shell_output.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/plugins/xunit_output.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/registry.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/strings.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
lettuce/terrain.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
setup.py
View file @
d02424bf
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/asserts.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/language_specific_features/language_helper.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/language_specific_features/test_ptbr.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/output_features/fail_outline/fail_outline_steps.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/output_features/failed_table/failed_table_steps.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/output_features/success_outline/success_outline_steps.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/output_features/success_table/success_table_steps.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/sandbox/terrain.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/simple_features/1st_feature_dir/terrain.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/simple_features/2nd_feature_dir/step_definitions/sum_steps.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/simple_features/3rd_feature_dir/look/and_here/and_any_python_file/step_four.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/simple_features/3rd_feature_dir/look/and_here/step_two.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/simple_features/3rd_feature_dir/look/here/for_steps/step_three.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/simple_features/3rd_feature_dir/look/here/step_one.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/test_feature_loader.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/test_runner.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/test_step_definition_loading.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/test_terrain.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/functional/test_xunit_output.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/integration/__init__.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/integration/django/alfaces/donothing/features/simple-steps.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/integration/django/brocolis/leaves/views.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/integration/django/couves/leaves/views.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/integration/django/couves/terrain.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/integration/test_alfaces.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/integration/test_brocolis.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/integration/test_couves.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/integration/test_cucumber.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/integration/test_grocery.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/unit/test_core.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/unit/test_feature_parser.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/unit/test_language.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/unit/test_language_ptbr.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/unit/test_main.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/unit/test_scenario_parsing.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/unit/test_step_parsing.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/unit/test_step_runner.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/unit/test_strings.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
tests/unit/test_terrain.py
View file @
d02424bf
# -*- coding: utf-8 -*-
# <Lettuce - Behaviour Driven Development for python>
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
# Copyright (C) <2010
-2011
> Gabriel Falcão <gabriel@nacaolivre.org>
#
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment