Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
corepost
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
nexlab
corepost
Commits
aca1a7b8
Commit
aca1a7b8
authored
Jun 27, 2012
by
Jacek Furmankiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleared up tests that are in progress
parent
e7eca03c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
url_routing.feature
corepost/test/feature/url_routing.feature
+2
-2
test.sh
test.sh
+2
-0
No files found.
corepost/test/feature/url_routing.feature
View file @
aca1a7b8
...
...
@@ -89,7 +89,7 @@ Feature: URL routing
Then
I expect HTTP code 200
@options
Scenario
:
Support for HTTP OPTIONS
Scenario
:
TODO
:
Support
for
HTTP
OPTIONS
Given
'home_resource'
is
running
When as user 'None
:
None' I GET 'http
:
//127.0.0.1
:
8080/methods/options'
Then
I expect HTTP code 501
...
...
@@ -98,7 +98,7 @@ Feature: URL routing
Then
I expect HTTP code 501
@patch
Scenario
:
Support for HTTP PATCH
Scenario
:
TODO
:
Support
for
HTTP
PATCH
Given
'home_resource'
is
running
When as user 'None
:
None' I GET 'http
:
//127.0.0.1
:
8080/methods/options'
Then
I expect HTTP code 501
...
...
test.sh
0 → 100755
View file @
aca1a7b8
nosetests
--with-freshen
-v
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