Skip to content

Commit

Permalink
Added unix url test
Browse files Browse the repository at this point in the history
  • Loading branch information
annatisch committed May 17, 2016
1 parent 6500965 commit 1991851
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\CxCache\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def test_url_path(self):

self.client.paths.date_time_valid(isodate.parse_datetime("2012-01-01T01:01:01Z"))
self.client.paths.date_valid(isodate.parse_date("2012-01-01"))
self.client.paths.unix_time_url(datetime(year=2016, month=4, day=13))

self.client.paths.double_decimal_negative(-9999999.999)
self.client.paths.double_decimal_positive(9999999.999)
Expand Down

0 comments on commit 1991851

Please sign in to comment.